Skip to content

Releases: yeoman/yo

v2.0.2

14 Apr 08:23

Choose a tag to compare

Automatically setup http proxy tunneling to hopefully improve experience for users behind corporate proxies.

The tunneling is handled by https://github.com/np-maintain/global-tunnel - check out this module if you need further instruction to set it up.

v2.0.1

25 Jan 14:24

Choose a tag to compare

  • Fix bugs with Node 8

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.