Skip to content

Releases: yeoman/generator-generator

v5.1.0

06 Mar 22:50
v5.1.0
f5b3ed8
Compare
Choose a tag to compare

FEATURE

  • Add support to scoped generator names

v5.0.0

06 Mar 04:06
v5.0.0
b28421d
Compare
Choose a tag to compare

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

25 Feb 20:46
Compare
Choose a tag to compare
  • Fix additional linting errors in generated generator

v4.0.1

25 Feb 19:02
Compare
Choose a tag to compare
  • Fix linting error in generated generator

v4.0.0

14 Oct 06:21
Compare
Choose a tag to compare
  • Update to yeoman-generator 2.0.0

v3.2.0

25 Jun 09:24
Compare
Choose a tag to compare
  • Update to Jest 20

v3.1.0

14 Apr 21:05
Compare
Choose a tag to compare

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

28 Mar 19:59
Compare
Choose a tag to compare

🔈 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

22 Mar 15:32
Compare
Choose a tag to compare
  • Complete update to ES2015 and Yeoman-generator 1.x

v2.0.0

20 Dec 12:15
v2.0.0
c82db9f
Compare
Choose a tag to compare

🔈 Major Release 🔈

generator-generator now sports and generates API changes of yeoman-generator as announced over here:
http://yeoman.io/blog/hello-generator-1.0.html

Changes