Skip to content

Releases: yeoman/generator-generator

v0.5.0

20 Aug 04:18
Compare
Choose a tag to compare

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

07 Mar 12:59
Compare
Choose a tag to compare
  • ae2ec9b fixing call to installDependencies
  • d8f79cb Using generic logger
  • 17d1263 Use require to load package.json
  • f4b029c Cleaner proxy detection

0.4.2

07 Feb 11:18
Compare
Choose a tag to compare
  • 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