Skip to content

Releases: yeoman/generator-node

v1.11.0

24 Jul 06:04
Compare
Choose a tag to compare
  • Update generated project to Babel 6
  • Minor fixes on Windows

v1.10.2

09 May 06:08
Compare
Choose a tag to compare
  • Update the dependencies of the outputted project

Behind the scene we updated to yeoman-generator 0.23, it shouldn't change anything for users.

v1.10.1

26 Apr 07:30
Compare
Choose a tag to compare
  • Fix linting issue with es2015

v1.10.0

01 Mar 06:59
Compare
Choose a tag to compare

Updates

  • Update to ESLint 2.x

New options

Useful when composing your generator on top of generator-node.

  • license option won't generate a license (--no-license on the command line)
  • githubAccount option to provide the Github account name

Bugs

  • Fix error when a repository is not provided

v1.9.0

20 Jan 07:25
Compare
Choose a tag to compare
  • New gulp task force cli files to have LF line ending. CRLF would break the script on Unix system when you npm publish your package on windows.
  • Correctly merge new keywords with previously existing keywords in your package.json file.

v1.8.3

20 Jan 07:28
Compare
Choose a tag to compare
  • Improve eslint configuration

v1.8.2

05 Dec 22:43
Compare
Choose a tag to compare
  • add the coveralls options to the --help menu
  • small .eslintrc file style update

v1.8.1

03 Dec 08:10
Compare
Choose a tag to compare

Fix gulpfile.js not being generated by default.

v1.8.0

03 Dec 07:30
Compare
Choose a tag to compare

ESLint rules fixes

  • Allow dangling underscore in var names
  • Fix switch indentation rule
  • Allow use of the console object
  • Allow to use double equal with null (== null)

New

  • --no-gulp flag to skip the generation of a gulpfile.js

v1.7.1

18 Nov 08:40
Compare
Choose a tag to compare

Fix issue where generator-node would throw if running on an existing project with an incomplete package.json author.