Releases: yeoman/yo
Releases · yeoman/yo
v2.0.2
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
v2.0.0
v1.8.5
v1.8.4
v1.8.1
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/controllerOther improvements
- Running
yo webapp:<invalid subgenerator>won't fallback toyo webapp:appanymore. - Improvements to the error messages and failures.