Skip to content

Releases: yeoman/yo

v1.7.1

05 May 18:20
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

1.5.0

31 Oct 08:52
Compare
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

1.4.8

06 Sep 22:31
Compare
Choose a tag to compare

UI improvements

  • Now showing generator descriptions in the search page
  • Some colors and style improvements

Other changes

  • Define minimal Node version as 0.12. Node 0.10 will continue working for the time being, but you'll see a warning at install time. Time to think about upgrading.

1.4.7

30 May 16:06
Compare
Choose a tag to compare

Bug fixes, dependency bump and minor cleanup.

v1.4.6...1.4.7

1.4.6

04 Mar 11:20
Compare
Choose a tag to compare

Dependency bump and minor cleanup.

v1.4.5...v1.4.6

1.4.5

26 Jan 17:24
Compare
Choose a tag to compare

Fix error in "update all". #285

v1.4.4...v1.4.5

1.4.4

21 Jan 20:01
Compare
Choose a tag to compare
  • Now also returns subgenerators in yo --help.
  • Some bug fixes and minor improvements.

v1.4.2...v1.4.4