Skip to content

Releases: yeoman/yo

v1.3.0 - UI Improvements

02 Oct 14:51

Choose a tag to compare

You might notice that the yo UI has gotten some love. Generators are now sorted by how many times you've run them \o/

Run this little baby to update to this release:

$ npm update --global yo

For the full list of fixes and other updates, see the changelog below.

Fixes

  • f2caede sort generators by "most used"
  • 65a6575 drop using peerDependencies
  • 53fe3bd add grunt-cli as a devDep
  • 024d8fd dim the generator command message
  • 0d430d2 remove useless generator- prefix when searching for generators
  • 940f812 remove version of generators from the list
  • 1f05c71 prettify the main menu
  • ec829c3 humanise the generator names
  • e5bf9f3 use dim rather than gray style for the generator versions

Other updates

  • 9b6273f Bump to latest grunt-mocha-test
  • f94eb78 Update to latest generator, notifier
  • 9a8716a bump deps
  • 9f68460 extract the yeoman character into its own module

As always, thanks to all our amazing contributors for making this release possible.

v1.2.1

27 Jul 05:57

Choose a tag to compare

$ npm update --global yo

Fixes

  • Fix failure preventing yo from running generators based on yeoman-generator 0.17.0 via the interactive menu.

1.2.0

19 Jun 05:37

Choose a tag to compare

$ npm update --global yo

Features

  • You can now update more than one generator at a time (just select those you want to update)
  • New yo --generators feature that'll list every available generator.
  • When using sudo, yo will automatically try to use a safe user id - Should fix #101
  • yo now greets you using your name - what a nice touch!

Updates

  • Now based on the latest yeoman-generator 0.17
  • New goodbye message
  • New update notifier message

If you want to use similar yeoman customized message in your own generator, checkout yeoman/yosay

Fixes

v1.1.2

09 Jan 00:30

Choose a tag to compare

  • Fix bug that could launch an infinite loop for our Windows user.

v1.1.1

03 Jan 21:46

Choose a tag to compare

  • yo doctor fix for Windows system.
  • yo doctor now also report available command to fix NODE_PATH issues on Windows.

v1.1.0

01 Jan 20:25

Choose a tag to compare

  • yo should now have an easier time searching for your generators. It walks local tree recursively searching for node_modules/ folders. It then use NODE_PATH env variable to load global generators, if not available, we fallback to our best guests. So, make sure to check your NODE_PATH variable is valid.
  • We now include a debugging command to help you troubleshoot common issues. This script is run each time you install or update yo. You can always call it manually running yo doctor.