Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 2.25 KB

0.1.0 (2020-01-13)

Bug Fixes

  • add missing yo dependency and configure to properly use it (5cb3211)
  • mocha testing scripts, configure to ignore node_modules (7f05490)
  • syntax and linting issues with with the testing template (878a1fd)
  • use marked to parse README files into addon-info (e81f564)
  • various syntax errors and unused imports (108b0b2)

Features

  • add yeoman-assert and yeoman-test as dependencies (#13) (ad9c81d)
  • add test for generator-nef-stories (#13) (69c7b02)
  • add tests for generator-nef-component (#13) (0507ba2)
  • add tests for generator-nef-readme (#13) (bcb55a6)
  • add tests for generator-nef-styles (#13) (6a1f7c9)
  • added tests for generator-nef-tests (#13) (a0c0317)
  • first pass at creating tests for generator-nef-component (#13) (3b3882b)
  • improve stories generator template syntax (1fc5469)
  • merge styles into index for more streamlined file flow (eef7769)
  • run mocha when committing (#13) (2e6eb6b)
  • update testing config and add tests for nef-index (#13) (d9b812d)