Releases: yeoman/generator-node
Releases · yeoman/generator-node
v2.5.0
v2.4.1
v2.4.0
New features
- Add support for scoped npm packages
- Replace deprecated prepublish by prepublishOnly
Complete log
- d6ad8eb Update Yarn lockfile
- c7c85e3 Update dependencies (#278)
- 129c233 Add support for scoped package (Fix #272) (#275)
- fd50d93 Setup coverage output in the terminal
- 4fec892 Replace deprecated prepublish by prepublishOnly (#271)
- 32f1c96 Correct opencollective badge
- 80e7e9c Update README.md (#270)
- e1260dc Bump dependencies
- a791156 Update the generator/git to ES6 Class (#269)
- ad88f00 Bump dependencies
v2.3.0
v2.2.0
v2.1.0
v2.0.1
v2.0.0
🔈 Major Release 🔈
Most important changes
- Use yeoman-generator v1.0.0 🎉
- Remove Gulp
- Replaced each an every task with raw CLI tools and npm scripts
- Remove Babel
- This is temporary. Babel support through gulp was adding an incredible
amount of complexity to every part of the generated system. We'll
probably add babel support back eventually, but for now we prefer to
skip it than providing less than ideal project configuration
- This is temporary. Babel support through gulp was adding an incredible
- Replace Mocha/Istanbul with Jest
- Use some ES6
- Therefore Node v4 is required to use generator-node
History in detail
- 5c510a8 Bring back line ending correction (#258)
- 4810bef Fix --no-editorconfig option - Fix #253
- 829a1fc Update documentation
- 80b2114 Minor improvements (es6, remove unecessary options)
- b2e6f01 Remove gulpfile
- 0ab086a Bump dependencies
- 36e5273 chore(package): update yeoman-assert to version 3.0.0 (#256)
- f56811d Update dependencies to enable Greenkeeper 🌴 (#255)
- 0c28bcb Replace gulp/mocha/istanbul with Jest
- 602e250 Remove babel support
- 83d7917 Drop gulp-coveralls and use the api directly
- 8097483 Fix nsp settings
- 702799f Simplify eslint config (move it out of gulpfile)
- e671614 Simplify nsp setup
- 7ec1c65 Bump yeoman-generator to v1.0 (#249)
- d778d42 remove maintainer info and some spacing
- 69f3f4d Fix typo
- af731e6 update package.json (#244)
- cec7a19 Made trevor Compatible (#247)