Releases: yeoman/generator-node
Releases · yeoman/generator-node
v1.4.0
New Features
- Switched from JSHint + JSCS to Eslint.
- Added a
--nameoption 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
Fixes!
- We won't ask questions about a license if one is already defined in your
package.jsonfile - Fix jscs to require brackets with
ifstatement .editorconfigwon't forceLFline ending- Auto fill the author information inside generator-license if we can figure out the information from an existing
package.json
v1.3.0
Features update
- ES2015 compilation via Babel is not implicitly enabled. Users will be prompted for the option.
- Automatically generate a git repository
- Add
nspsecurity check as a prepublish check.
Fixes
- Correctly set prepublish babel step
- Ignore files contained in the
.gitignorefrom static analysis
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.0
Complete refactor of generator-node, our two goals were:
- Match the node.js workflow we used on every Yeoman projects (let's dog food that knowledge!).
- 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
This version includes loads of fixes in template data and version bumps, the below are list changes:
- Bump deps in
_package.jsonand 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.
grunton 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
.editorconfigto scaffolded content - fixes #76. - Updated License.
- add
.gitattributesto scaffolded content - fixes #75
Special thanks to @stevemao 👍
P.S: Checkout all the code changes between v0.6.0...v0.7.0