Skip to content

Releases: yeoman/generator

v6.0.0

11 Oct 00:58
Compare
Choose a tag to compare

The yeoman-generator package now export a native ESM module. (Learn more about ESM)

Notable changes:

  • Convert to typescript
  • Drop node 12/14 support.
  • Requires yeoman-environment ^3.18.4.
  • Provides built-in types.
  • Uses new @yeoman/types for environment/generator interoperability. May conflict with @types/yeoman-* types.
  • Move skipParseOptions and customPriorities to features c12806a
  • Drop deprecated install (and not included by default) action 1a856b1
    Install action was not scalable. A separated task package can be considered at yeoman-api.
  • run-async is not provided anymore:
    Convert to Promises or use run-async v3:
import runAsync from 'run-async';
class Gen {
  asyncTaskWithCallback: runAsync(function() {
    const done = this.async();
    asyncMethod(done);
  }),
}
  • composeWith is async:
    • If used inside constructor, move it to _postConstruct or beforeQueue.
    • Due to complexity, prefer composeWith(generator, composeOptions signature.

v6.0.0-rc.6

10 Oct 21:26
Compare
Choose a tag to compare
v6.0.0-rc.6 Pre-release
Pre-release
  • allow to customize queueTransformStream priority 7f1f8e1

v6.0.0-rc.5...v6.0.0-rc.6

v6.0.0-rc.5

25 Sep 18:03
Compare
Choose a tag to compare
v6.0.0-rc.5 Pre-release
Pre-release
  • Run own or immediately extended beforeQueue (#1475) 232587e

v6.0.0-rc.4...v6.0.0-rc.5

v6.0.0-rc.4

14 Aug 21:07
Compare
Choose a tag to compare
v6.0.0-rc.4 Pre-release
Pre-release
  • Fix composeLocallyWithOptions composing generators with factories df635f1

v6.0.0-rc.3...v6.0.0-rc.4

v6.0.0-rc.3

31 Jul 00:45
Compare
Choose a tag to compare
v6.0.0-rc.3 Pre-release
Pre-release
  • allow to ignore 'This Generator is empty' error 5291e9c

v6.0.0-rc.2...v6.0.0-rc.3

v6.0.0-rc.2

12 Jun 18:09
Compare
Choose a tag to compare
v6.0.0-rc.2 Pre-release
Pre-release
  • don't emit error at environment, environment's queueTask should handle failures. 02e6785

v6.0.0-rc.1...v6.0.0-rc.2

v6.0.0-rc.1

08 Jun 01:44
Compare
Choose a tag to compare
v6.0.0-rc.1 Pre-release
Pre-release

v6.0.0-rc.0...v6.0.0-rc.1

v6.0.0-rc.0

26 May 16:04
Compare
Choose a tag to compare

The yeoman-generator package now export a native ESM module. (Learn more about ESM)

  • Drop node 12/14 support.
  • Requires yeoman-environment ^3.18.4.
  • Provides built-in types.
  • Uses new @yeoman/types for environment/generator interoperability. May conflict with @types/yeoman-* types.
  • Move skipParseOptions and customPriorities to features c12806a
  • Drop deprecated install (and not included by default) action 1a856b1
    Install action was not scalable. A separated task package can be considered at yeoman-api.
  • run-async is not provided anymore:
    Convert to Promises or use run-async v3:
import runAsync from 'run-async';
class Gen {
  asyncTaskWithCallback: runAsync(function() {
    const done = this.async();
    asyncMethod(done);
  }),
}
  • composeWith is async:
    • If used inside constructor, move it to _postConstruct or beforeQueue.
    • Due to complexity, prefer composeWith(generator, composeOptions signature.

v5.9.0

19 May 21:58
Compare
Choose a tag to compare

v5.8.0...v5.9.0

v6.0.0-beta.4

18 May 19:44
Compare
Choose a tag to compare
v6.0.0-beta.4 Pre-release
Pre-release