Releases: yeoman/generator-generator
Releases · yeoman/generator-generator
v5.1.0
FEATURE
- Add support to scoped generator names
v5.0.0
BREAKING CHANGES
- Drops support to node < 10
BUG FIXES
- Fixed deprecation warning
- Fixed double npm install upon generator completion
- Dependencies updates (fixed multiple vulnerabilities warnings)
v4.0.2
- Fix additional linting errors in generated generator
v4.0.1
- Fix linting error in generated generator
v4.0.0
- Update to
yeoman-generator
2.0.0
v3.1.0
New feature:
This generator now generates an .eslintignore file.
Changes
- 006e723 Update yarn.lock
- 6894ebe Add
**/templates
to .eslintignore
- 774bd53 Update generator-node
- af05d16 Remove babel option from generator.node
- 70cfa10 Remove ignore-path option from npm pretest script
v3.0.0
🔈 Major Release 🔈
Using generator-node which replaces replaces Gulp/Mocha/Mockery/Istanbul with npm scripts and Jest.
Therefore these changes are adapted to generator-generator to make sure build match and update remains easy to handle.
Changes
- f6cc9ba Replace gulp/mocha/mockery/istanbul with Jest (#187)
- f811a17 Update generator-node and generated test
- de078b0 Use eslint-config-xo-space
- a2dec75 Fix missing ESLint config
v2.1.0
- Complete update to ES2015 and Yeoman-generator 1.x