Skip to content

Latest commit

 

History

History
178 lines (82 loc) · 8.26 KB

CHANGELOG.md

File metadata and controls

178 lines (82 loc) · 8.26 KB

Changelog

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

2.3.0 (2020-11-12)

Features

  • update workspace and packages (494a229)

2.2.0 (2020-08-20)

Features

  • add mirgation for new package versions (7fe59ae)
  • use latest tooling versions (74d7d85)

2.1.0 (2020-06-25)

Features

  • add latest package versions (659cedc)

2.0.0 (2020-06-25)

2.0.0-beta.5 (2020-02-11)

Features

  • update default versions (27c77c5)

2.0.0-beta.4 (2020-01-06)

2.0.0-beta.3 (2019-12-11)

Features

  • warning when missing 'repository' or 'bugs' fields (25815db), closes #20

2.0.0-beta.2 (2019-12-09)

Bug Fixes

  • handle standardVersionConfig flag correctly (6bb17ee)

2.0.0-beta.1 (2019-12-06)

Features

  • add package to devDependencies (f129bb2), closes #18

2.0.0-beta.0 (2019-11-21)

2.0.0-alpha.1 (2019-11-18)

⚠ BREAKING CHANGES

  • --force will override existing files if there is a conflict. --overrideConfigurations can be used now to override conflicts within existing configuration parameters

Features

  • introduce --standardVersionConfig param (94e84c5)
  • introduce overrideConfigurations param (f91f92e)

2.0.0-alpha.0 (2019-11-15)

⚠ BREAKING CHANGES

  • --husky=<false|true>, --commitizen=<false|true>, --standardVersion=<false|true> are not supported anymore| use --packages=commitizen,husky,commitlint,standard-version instead. By default all packaged will be added.

Features

  • provide packages from x-promt (3390ff0), closes #11

1.2.1 (2019-11-06)

Bug Fixes

  • add missing schema validation (6554157)

1.2.0 (2019-11-02)

Features

1.1.1 (2019-10-28)

1.1.0 (2019-10-28)

Features

Bug Fixes

1.0.0 (2019-10-21)

0.1.4 (2019-10-21)

0.1.3 (2019-10-21)

Features

  • adds options to skip adding packages (fc01543), closes #9

0.1.2 (2019-10-15)

Bug Fixes

0.1.1 (2019-10-15)

Bug Fixes

  • ng-update: use migration-02 within correct version (4f971b7)

0.1.0 (2019-10-15)

⚠ BREAKING CHANGES

  • commitlint: The default commitlint configuration was changed to @commitlint/config-conventional (before: @commitlint/config-angular

Features

  • commitlint: use @commitlint/config-conventional (6de7705), closes #8

0.0.4 (2019-10-15)

Bug Fixes

  • ng-update: proceed update within correct version (5b72d45)

0.0.3 (2019-10-15)

Features

  • commitizen: adds commitizen as dependncy and husky hook (87f316e)
  • adds ng-update support (04ea589), closes #1
  • removes prepare-commit-msg husky hook (38d4a58)

0.0.2 (2019-10-13)

Features

  • commitizen: adds commitizen as dependncy and husky hook (87f316e)

0.0.1 (2019-10-12)

Features

  • adds initial version for ng add af00610