Skip to content

Latest commit

 

History

History
124 lines (72 loc) · 8.19 KB

File metadata and controls

124 lines (72 loc) · 8.19 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.1 (2026-03-05)

Bug Fixes

  • 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.

Bug Fixes

  • 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)

Features

  • add init command where preset can directly be passed (5da7734)
  • improve error handling for missing configuration file (28d08d4)

2.0.0 (2025-02-27)

⚠ BREAKING CHANGES

  • prepare 2.0 release

Features

  • enable prompt mode automatically if no argument was passed (e17c3ed)
  • prepare 2.0 release (507c07f)

Bug Fixes

  • 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)

Bug Fixes

  • prevent spaces in component names (255cbaf)

1.4.0 (2023-02-21)

Features

  • enable kebab case component names (48bb1ca)

Bug Fixes

  • fix grammar in prompt of upgrade command (66e99e9)

1.3.1 (2023-02-21)

1.3.0 (2022-09-22)

Features

  • 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)

Bug Fixes

  • 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.

Features

  • 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

1.1.0 (2021-07-01)

Features

  • add angular-1x preset (937a25e)
  • add name validation to prompt (39f3a35)
  • add prompt subcommand (4e2b86f)
  • add spec file to vue preset (78fe985)
  • add success message after generation (d1e17b2)
  • do not ask for flavour if only 1 is available in prompt (d6a79c7)

1.0.0 (2021-06-18)

Features

  • add basic component generator cli tool (1034d59)
  • add basic init command (23c42e6)
  • add preset selection and transfer (8128b95)
  • refactor and add flavour validation (9f2675f)
  • set template path relative to working dir (9121102)