Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 745 Bytes

File metadata and controls

34 lines (22 loc) · 745 Bytes

changelog

work in progress

0.0.5

  • fix: fix join of classnames

0.0.4

  • feat: make variable path name parts formatting configurable
  • fix: add PropsWithChildren to functional template
  • feat: BREAKING: non styled-component styles are scss modules now

0.0.3

  • fix: issue in index template due to hbs brackets
  • fix: do not add styles import if styled-components are not used
  • feat: use different test ids depending on platform
  • feat: remove new lines and semicolons from template strings

0.0.2

  • chore: changed keywords for npm package
  • docs: introduced changelog
  • docs: improved readme
  • feat: make templates exchangeable
  • refactor: improve functional template to work with PropsWithChildren

0.0.1

Init