Skip to content

Releases: yeoman/generator-node

v1.8.2

05 Dec 22:43

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

Choose a tag to compare

Fix gulpfile.js not being generated by default.

v1.8.0

03 Dec 07:30

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

Choose a tag to compare

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

v1.7.0

10 Nov 08:01

Choose a tag to compare

Add the --readme option to provide a custom readme content. With this option, generator-node will still generate the header (+ badges) and the license section.

This new feature is mostly targeted at generator composing on top of generator-node.

v1.6.1

04 Nov 05:57

Choose a tag to compare

Fix to match the new gulp-nsp api breaking changes.

v1.6.0

10 Oct 19:53

Choose a tag to compare

What's new?

We're being way smarter about getting your git information. We're looking into more git configs to get values like name and emails, and then setting them as defaults on the prompts.

Fixes

  • With the babel option, we're now cleaning the dist directory before rewriting the new source.

v1.5.2

07 Sep 18:56

Choose a tag to compare

Fix an exception being thrown by with eslint on the generated code.

v1.5.1

07 Sep 18:56

Choose a tag to compare

Bug fix: Don't overwrite the content of the package.json to allow composability.

v1.5.0

07 Sep 00:17

Choose a tag to compare

Fixes

  • Now providing correct code coverage for Babel code using Istanbul and IsParta.

New composability features

  • New options --projectRoot to define the root of your source code.

Extra

  • Greatly Simplified the eslint configuration.