Releases: yeoman/generator-node
Releases · yeoman/generator-node
noiseless-nabarlek
- Fixed broken grunt watch task. [Thanks to @rdepena]
- Store prompt answers for author fields, uses the prompt store to store these answers:
- GitHub username
- Author's Name
- Author's Email
- Author's Homepage
- Add badges for npm and daviddm. [Thanks to @stefanbuck for badges and storing prompt answers]
- Fixed indentation. [Thanks to @arthurvr]
P.S: Checkout all the code changes between v0.5.0...v0.6.0
0.5.0 - secluded-crab
Generator output was rewritten to be simpler and more consistent.
Changes: v0.4.4...v0.5.0
Sorbic
Thanks to all the contributors! 👍
- Andrij Tytar for fixing Boolean promt props.
- Bo-Yi Wu for Removing deprecated JSHint options and changing indent.
- Daniel Furze for adding failing test example to scaffolded tests,
- Jorge Riquelme for fixing in broken assertion.
- Jory Graham for adding browserify is an npm task, not a grunt one.
- Nathan Friedly for adding cli.js to files array if cli is enabled.
- alawatthe for removing a space, which breaks the JavaScript.
- foliveira fixed boolean options being ignored.
- hemanth.hm for removing obsolete binds & timeout for tests.
- taoyuan Fixed #53
Release v0.4.0
$ npm update --global generator-node
Highlights:
- Mocha Migration
- Module name prompt allows for choosing another name. 51d9cf3 Thanks to @kgryte for the suggestion
- Author description change in
package.jsonand maintainer info inREADME
Changes:
Release v0.3.1
- Using yeoman-generator version ~0.17.0
- Keywords for package.json
- CLI app support.
- Browserify support.
- Bare minimal example dir of the module.
v0.0.7
- Improvements to default values
- Updated dependencies
- Fixed peerDep issues
- Fixed test generation for libs with hypens