Skip to content

Releases: yeoman/generator-node

v2.5.0

27 Aug 14:37
Compare
Choose a tag to compare
  • Remove nsp as it is deprecated in favor of npm audit

v2.4.1

30 Apr 09:09
Compare
Choose a tag to compare
  • Split our prepublish scripts in 2 pieces: prepare (build step for cli app) and prepublishOnly (security check)

v2.4.0

27 Mar 20:51
Compare
Choose a tag to compare

New features

  • Add support for scoped npm packages
  • Replace deprecated prepublish by prepublishOnly

Complete log

v2.3.0

28 Sep 10:08
Compare
Choose a tag to compare

New Features

  • Adds prettier by default to automatically format code
  • Add pre-commit hooks (via husky and lint-staged)

v2.2.0

25 Jun 09:08
Compare
Choose a tag to compare
  • Update to Jest 20

v2.1.0

02 Apr 02:41
Compare
Choose a tag to compare

New feature:

The eslint subgenerator now generates an .eslintignore file.

Changes

  • 4b9cc4e Generate .eslintignore file in eslint subgenerator (#264)
  • f84d1b9 Remove mocha from package.json (#262)

v2.0.1

25 Mar 08:16
Compare
Choose a tag to compare
  • Eslint config fix
  • UX improvements

v2.0.0

24 Mar 15:00
Compare
Choose a tag to compare

🔈 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
  • Replace Mocha/Istanbul with Jest
  • Use some ES6
    • Therefore Node v4 is required to use generator-node

History in detail

v1.12.1

24 Mar 14:52
Compare
Choose a tag to compare

Changes

  • efe25b9 Handle failing github-username properly

v1.12.0

24 Mar 14:51
Compare
Choose a tag to compare

Changes

  • 3de75c4 Adapt code for new github-username signature
  • d8c51bf Bump dependencies
  • f7475ac Bump dependencies on generated projet