Releases: yeoman/generator-generator
Releases · yeoman/generator-generator
v0.5.0
Headlines
Generated projects are now 100% compatible with Yeoman-generator 0.17!
If you haven't followed along, 0.17 was a huge release with plenty of new feature, support for composabiliy and cleaner API for testing. Lots of other stuff you can learn here: http://yeoman.io/blog/generator-0.17.html
We've also release completely new documentation on how to write a generator.
Fixes and changes
- New testing utilities used by default.
- Stop using
NamedBase
constructor for subgenerator. The base generator is in the end more flexible and obvious. #66 - Runs test in your OS temp folder creating a completele sandbox (tests won't interfere with your files).
v0.4.3
0.4.2
- Updated inherits to extend within templated index files
- Update to the Yeoman-Generator 0.16 inheritance method
- Update test to use fileContent, update deprecated methods
- Hide JSHint warning for camel case
- Bump to latest versions of dependencies, improve package.json