Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@eddiemonge eddiemonge released this 19 Feb 20:07
· 2 commits to main since this release

A few breaking changes in this version including:

  • Remove option to create travis config. That should be done in a different generator
  • Remove CoffeeScript option. CoffeeScript is being supported in fewer places.
  • Remove Gruntfile option. Grunt is being used in fewer places and doesn't work as well when mixed with other things like CoffeeScript or TypeScript.

The last two points are changes to streamline the generator. Those can be added by other generators that can compose on top of this one.

Some notable changes:

  • f6c4554 Remove the current package.json lookup
  • eb704b3 Update to Yeoman-Generator 0.22.5
  • 958b785 dont encode entries passed in and use single quotes
  • 56e1119 remove travis option
  • 4d1f372 Major refactor and remove some options