Skip to content

Releases: yeoman/generator-generator

5.2.0

01 Nov 16:01
50cab1d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

v5.1.0

06 Mar 22:50
v5.1.0
f5b3ed8

Choose a tag to compare

FEATURE

  • Add support to scoped generator names

v5.0.0

06 Mar 04:06
v5.0.0
b28421d

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

Choose a tag to compare

  • Fix additional linting errors in generated generator

v4.0.1

25 Feb 19:02

Choose a tag to compare

  • Fix linting error in generated generator

v4.0.0

14 Oct 06:21

Choose a tag to compare

  • Update to yeoman-generator 2.0.0

v3.2.0

25 Jun 09:24

Choose a tag to compare

  • Update to Jest 20

v3.1.0

14 Apr 21:05

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

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

Choose a tag to compare

  • Complete update to ES2015 and Yeoman-generator 1.x