All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.4.1 (2023-02-21)
- prevent spaces in component names (255cbaf)
1.4.0 (2023-02-21)
- enable kebab case component names (48bb1ca)
- fix grammar in prompt of upgrade command (66e99e9)
1.3.1 (2023-02-21)
1.3.0 (2022-09-22)
- add react class and function template (2a90597)
- added additional nuxt presets (68374a9)
- implement upgrade command (cf67385)
- improve error logging for create component command (3926f16)
- react class and function to same presents main folder (3fbbed3)
- replace promptly with prompts library (9e7e5a4), closes #3
- upgrade improvements (4cf9960)
- add new line at file end (8e1afe3)
- merge request fixes (935a92d)
- remove duplicate react presets (0ebc676)
- skip component type selection in prompt command if types are unset (a0acee3)
1.2.0 (2022-04-06)
A bunch of new features and improvements have been added during the diva-e Hackathon "Open Source" 2022. Thanks for participating at this event.
- add react class and function template (2a90597)
- add additional nuxt presets (68374a9)
- implement upgrade command (cf67385)
- improve error logging for create component command (3926f16)
- add react class and function to same presents main folder (3fbbed3)
- replace promptly with prompts library (9e7e5a4), closes #3