Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 5.8 KB

CHANGELOG.md

File metadata and controls

81 lines (50 loc) · 5.8 KB

Changelog

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

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)