Skip to content

Releases: Rowno/generator-node

11.2.0

18 Nov 06:24
v11.2.0

Choose a tag to compare

  • Enable eslint rules that require type information.

11.1.1

18 Nov 05:45
v11.1.1

Choose a tag to compare

  • Move server copyfiles and got dependencies to devDependencies.

11.1.0

08 Nov 08:08
v11.1.0

Choose a tag to compare

  • Add GitHub Action dependency caching.

11.0.0

03 Oct 05:55
v11.0.0

Choose a tag to compare

  • Migrate all templates to TypeScript.
  • Switch from Travis to GitHub Actions.
  • Drop Node 8 support.
  • Switch from AVA to Jest.
  • Switch from XO to using ESLint and Prettier directly (using the XO ESLint configs).

10.1.0

29 Aug 07:14
v10.1.0

Choose a tag to compare

  • Upgrade to Babel 7.
  • Moved the test setup script to the test folder in the React generator.
  • Add a React peerDependency to the React generator.

10.0.3

29 Aug 07:12
v10.0.3

Choose a tag to compare

Specify React version in XO settings for the React generator.

10.0.2

05 Jul 01:09
v10.0.2

Choose a tag to compare

Fix missing .gitignore template files.

10.0.1

04 Jul 17:56
v10.0.1

Choose a tag to compare

Fix some missing template variables in the Module README.

10.0.0

04 Jul 17:54
v10.0.0

Choose a tag to compare

  • Split Module into separate Module and React Component templates.
  • Add automatic guessing of your GitHub username from your Git config.
  • Add babel-eslint.
  • Enable XO's prettier option.
  • Remove lint-staged.
  • Remove Makefiles.
  • Disable GitHub username saving so that a .yo-rc.json isn't creating.
  • Add nodemon and graceful shutdown to Server.
  • Test on Node 10.
  • Drop Node 6 support.

9.0.1

08 Jul 22:54
v9.0.1

Choose a tag to compare

Don't use a wildcard in .nvmrc due to buggy matching.