Skip to content

Releases: yeoman/generator-node

v1.4.0

11 Aug 06:25

Choose a tag to compare

New Features

  • Switched from JSHint + JSCS to Eslint.
  • Added a --name option to provide manually the name of the module (mostly useful for generators composing with generator-node). We extracted the logic validating the name against npm to a standalone package so it can easily be reused in your own packages.

v1.3.1

22 Jul 07:15

Choose a tag to compare

Fixes!

  • We won't ask questions about a license if one is already defined in your package.json file
  • Fix jscs to require brackets with if statement
  • .editorconfig won't force LF line ending
  • Auto fill the author information inside generator-license if we can figure out the information from an existing package.json

v1.3.0

20 Jul 01:30

Choose a tag to compare

Features update

  • ES2015 compilation via Babel is not implicitly enabled. Users will be prompted for the option.
  • Automatically generate a git repository
  • Add nsp security check as a prepublish check.

Fixes

  • Correctly set prepublish babel step
  • Ignore files contained in the .gitignore from static analysis

v1.2.1

08 Jul 18:52

Choose a tag to compare

  • Fix babel support in tests. #131

v1.2.0

08 Jul 04:20

Choose a tag to compare

  • Multiple fixes and cleanup (mostly related to our new Babel feature).
  • Added back the option to generate a command line module (from pre 1.0).

v1.1.2

07 Jul 17:51

Choose a tag to compare

Release unpublished (versioning error - republished as 1.2.0)

v1.1.1

22 Jun 18:34

Choose a tag to compare

Fix bug when generating a project using Babel.

v1.1.0

22 Jun 05:05

Choose a tag to compare

Add support for creating ES6 node modules (compiled using Babel).

v1.0.0

18 Jun 06:42

Choose a tag to compare

Complete refactor of generator-node, our two goals were:

  1. Match the node.js workflow we used on every Yeoman projects (let's dog food that knowledge!).
  2. Make an easily composable generator (there is still some rough edge, but the basic should work fine for most people).

Please refer to our updated README for all the nitty-gritty details!

critical-raisin

01 Mar 08:00

Choose a tag to compare

This version includes loads of fixes in template data and version bumps, the below are list changes:

  • Bump deps in _package.json and ordered alphabetically to avoid unnecessary git changes.
  • Order jshint option alphabetically.
  • Fixed mocha jshint option. [This will prevent jshint errors when checking the test.js file with jshint. grunt on a newly created repository was resulting in jshint warnings when checking the test.js file.]
  • Bump meow.
  • Used safeSlugname and fixed test cases.
  • Update .travis.yml.
  • add .editorconfig to scaffolded content - fixes #76.
  • Updated License.
  • add .gitattributes to scaffolded content - fixes #75

Special thanks to @stevemao 👍

P.S: Checkout all the code changes between v0.6.0...v0.7.0