Releases: yeoman/generator-node
Releases · yeoman/generator-node
v1.11.0
- Update generated project to Babel 6
- Minor fixes on Windows
v1.10.2
- 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
- Fix linting issue with es2015
v1.10.0
Updates
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
- 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
- Improve eslint configuration
v1.8.2
- add the coveralls options to the
--help
menu
- small
.eslintrc
file style update
v1.8.1
Fix gulpfile.js not being generated by default.
v1.8.0
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
Fix issue where generator-node would throw if running on an existing project with an incomplete package.json
author.