Skip to content

Latest commit

 

History

History
136 lines (84 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

136 lines (84 loc) · 3.81 KB

7.0.5 (2022-11-28)

chore

  • update min node version (e18a28a)

BREAKING CHANGES

  • Minimum supported Node.js version is now >=14

7.0.4 (2022-08-24)

7.0.3 (2021-12-01)

Bug Fixes

  • wrong process module import (bef7e4d)

7.0.2 (2021-11-30)

7.0.1 (2021-07-21)

Bug Fixes

7.0.0 (2021-07-20)

Bug Fixes

Features

  • provide features param to base constructor (8bfe827)
  • restore install actions (69bf709)
  • update to yeoman-generator@5 (0af0fe0)

BREAKING CHANGES

  • update to yeoman-generator@5

6.0.1 (2021-01-07)

6.0.0

  • Fix double prompt issue (#25)
  • Update dependencies

Breaking change

  • Now requires Node.js >= 10 (dropped Node.js 8 support)

5.0.2

  • Display error message when automate json fails to load

5.0.1

  • Fix documentation regarding sharedProps and bump dependencies

5.0.0

  • Updated to yeoman-generator@4

Breaking change

  • Now requires Node.js >= 8 (dropped Node.js 6 support)

4.1.0

  • Added root templates path for fullstack mode
  • Updated dependencies

4.0.1

  • Fixed issue when matching action prefix

4.0.0

  • Updated dependencies and fixed vulnerabilities
  • Fixed documentation TOC
  • Migrated from Jasmine to Jest for unit tests
  • Migrated from ESlint to xo + prettier for linting and formatting

Breaking change

3.2.1

  • Fixed missing ignore module

3.2.0

  • Added new prefixes: raw and universal to support new generator features
  • Added --tools generator option to filter files using .toolsignore or toolsFilter option (ngx-rocket/generator-ngx-rocket#144)

3.1.0

3.0.1

  • Fixed bug when both conditional prefixes and action are used
  • Fixed bug when both folder prefix and action are used

3.0.0

  • Added default prefix for Angular Material UI

Breaking change

2.1.0

2.0.1

  • Fixed bug with folder conditional prefixes

2.0.0

Breaking change

  • Updated default prefixes to match support for multiple targets

1.2.1

  • Added pwa (progressive web app) to default prefixes
  • Fixed folder conditional prefixes

1.2.0

  • Added support for multiple file conditions
  • Updated dependencies

1.1.1

  • Documentation: added note on standalone usage

1.1.0

  • Added raw action to disable template processing

1.0.1

  • Added automation option

1.0.0

  • First public version