Skip to content

Releases: yeoman/yo

1.4.8

06 Sep 22:31

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

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

Choose a tag to compare

Dependency bump and minor cleanup.

v1.4.5...v1.4.6

1.4.5

26 Jan 17:24

Choose a tag to compare

Fix error in "update all". #285

v1.4.4...v1.4.5

1.4.4

21 Jan 20:01

Choose a tag to compare

  • Now also returns subgenerators in yo --help.
  • Some bug fixes and minor improvements.

v1.4.2...v1.4.4

1.4.2

11 Jan 22:53

Choose a tag to compare

Add back raw CLI flags #274. These are deprecated, but lots of generators depend on it. Use the camelCased version instead. yo --foo-bar will be options.fooBar.

1.4.1

09 Jan 06:18

Choose a tag to compare

1.4.1 because 1.4.0 had a regression where a user couldn't run yo <generator>.

1.4.0

This release is mainly a huge internal update. We're hoping the code will now be easier to maintains and contribute to!

New features

  • Search now add after each official generators name.
  • Yo now provide an option to delete the global prompt answer storage.

Bug fixes

  • We're now using the npm couchdb (we were previously using the old mirror that wasn't in sync with npm anymore)

Changes

v1.3.3...v1.4.1

1.3.3

21 Oct 22:35

Choose a tag to compare

Bugfixes:

  • Run rootcheck before anything else to make sure it always runs. #225 eb0f188
  • Switch from npm update to npm install. ebe6fd8

v1.3.2

09 Oct 07:27

Choose a tag to compare

Republishing 1.3.1 while bumping yeoman-environment module which had broken backward compatibility.

v1.3.1

08 Oct 06:12

Choose a tag to compare

Bug fixes

  • postinstall script should now correctly works on weird settings.

Maintenance

  • Now rely on yeoman-environment
  • Extracted doctor script to new yeoman-doctor package