All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.1 (2026-03-05)
- fix duplicated command issue and restructure command handling (c42c811)
- update CLI command syntax for initializing presets (3c0ea2a)
3.0.0 (2026-03-05)
Remove gulp dependencies, move source code to TypeScript and add unit tests for better stability.
- normalize file paths in copyTemplateFiles and related functions (windows issue) (2933983)
- update .npmignore and package.json to include necessary files for component generation (59c1d1e)
2.1.0 (2025-03-07)
- add init command where preset can directly be passed (5da7734)
- improve error handling for missing configuration file (28d08d4)
2.0.0 (2025-02-27)
- prepare 2.0 release
- add console linesbreaks to output for better readability (fe2f8fb)
- fix issues with kebabCase names when using upgrade command (844ca8d), closes #22
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