Skip to content

Releases: yeoman/generator-node

noiseless-nabarlek

17 Dec 12:52

Choose a tag to compare

  • 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

07 Dec 10:40

Choose a tag to compare

Generator output was rewritten to be simpler and more consistent.

Changes: v0.4.4...v0.5.0

Sorbic

05 Dec 03:29

Choose a tag to compare

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

17 Aug 10:02

Choose a tag to compare

$ npm update --global generator-node

Highlights:

Changes:

v0.3.0...v0.4.0

Release v0.3.1

28 Jun 12:41

Choose a tag to compare

  • 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

06 Feb 17:53

Choose a tag to compare

  • Improvements to default values
  • Updated dependencies
  • Fixed peerDep issues
  • Fixed test generation for libs with hypens