7.0.5 (2022-11-28)
- update min node version (e18a28a)
- Minimum supported Node.js version is now >=14
7.0.4 (2022-08-24)
7.0.3 (2021-12-01)
- wrong process module import (bef7e4d)
7.0.2 (2021-11-30)
7.0.1 (2021-07-21)
- raw action files copy (27e6f1e)
7.0.0 (2021-07-20)
- update deps (008d8f3)
- provide features param to base constructor (8bfe827)
- restore install actions (69bf709)
- update to yeoman-generator@5 (0af0fe0)
- update to yeoman-generator@5
6.0.1 (2021-01-07)
- Fix double prompt issue (#25)
- Update dependencies
- Now requires Node.js >= 10 (dropped Node.js 8 support)
- Display error message when automate json fails to load
- Fix documentation regarding sharedProps and bump dependencies
- Updated to
yeoman-generator@4
- Now requires Node.js >= 8 (dropped Node.js 6 support)
- Added root templates path for fullstack mode
- Updated dependencies
- Fixed issue when matching action prefix
- 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
- Updated to
yeoman-generator@3
which has some breaking changes
- Fixed missing
ignore
module
- Added new prefixes:
raw
anduniversal
to support new generator features - Added
--tools
generator option to filter files using.toolsignore
ortoolsFilter
option (ngx-rocket/generator-ngx-rocket#144)
- Added support for Yarn (ngx-rocket/generator-ngx-rocket#49)
- Fixed bug when both conditional prefixes and action are used
- Fixed bug when both folder prefix and action are used
- Added default prefix for Angular Material UI
- Updated to
yeoman-generator@2
which has some breaking changes
- Added mobile platforms default prefixes (related to ngx-rocket/generator-ngx-rocket#78)
- Fixed documentation
- Fixed bug with folder conditional prefixes
- Updated default prefixes to match support for multiple targets
- Added
pwa
(progressive web app) to default prefixes - Fixed folder conditional prefixes
- Added support for multiple file conditions
- Updated dependencies
- Documentation: added note on standalone usage
- Added
raw
action to disable template processing
- Added automation option
- First public version