Skip to content

Releases: yeoman/yo

v2.0.0

07 Jun 14:16

Choose a tag to compare

  • Drop Node < 4 support
  • Bump yeoman-environment to 2.0
  • Minor fixes and improvements

v1.8.5

01 Sep 04:16

Choose a tag to compare

  • Fix bug where selecting no generators to update will update every global packages.

v1.8.4

31 May 18:03

Choose a tag to compare

Fix bug where subgenerator containing the app string in their name could be mistaken for the main generator.

v1.8.1

09 May 06:14

Choose a tag to compare

Update the autocompletion tool to fix some issues for people using bash.

v1.8.0

08 May 23:21

Choose a tag to compare

  • Add support for autocompletion! yo <press tab>

v1.7.1

05 May 18:20

Choose a tag to compare

  • Bump yeoman-environment explicitly so update-notifier will let the user know they need to update to support the latest yeoman-generator v0.23

v1.7.0

26 Feb 20:47

Choose a tag to compare

New feature

You can now run multiple generators in the same command. For that, just split each generators with commas (,)

yo node --no-boilerplate, travis --language=node, license

v1.6.0

08 Jan 07:40

Choose a tag to compare

Running generator by path

New feature as parts of this release is the ability to pass a file path instead of a generator name. This would allow you to include generators as a living part your projects. For example:

yo ./generator/controller

Other improvements

  • Running yo webapp:<invalid subgenerator> won't fallback to yo webapp:app anymore.
  • Improvements to the error messages and failures.

v1.5.1

23 Dec 23:49

Choose a tag to compare

Fix yo --help generator list who would sometime mismatch sub generators.

1.5.0

31 Oct 08:52

Choose a tag to compare

Dependency updates and reduced install size.

Note: We now recommend you have at least Node.js 4.2.0 and npm 3.3.0 installed.
This is only a strong recommendation, not a requirement. Node.js 4.2.0 is the latest LTS version and npm 3.3.0 fixes a lot of issues. Upgrading will reduce the chances of you running into issues.

Changes: v1.4.8...v1.5.0