Releases: yeoman/yo
Releases · yeoman/yo
v1.8.0
v1.7.1
v1.7.0
v1.6.0
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 toyo webapp:app
anymore. - Improvements to the error messages and failures.
v1.5.1
1.5.0
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
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
Bug fixes, dependency bump and minor cleanup.
1.4.6
Dependency bump and minor cleanup.
1.4.5
Fix error in "update all". #285