Skip to content

Releases: sheerun/modern-node

v2.8.0

23 Apr 11:41
Compare
Choose a tag to compare
  • Update all tools
  • fix: Install modern-node as devDependency, not dependency

v2.3.1

20 Sep 21:30
Compare
Choose a tag to compare
  • fix: no --save-dev in the README.md by default (use --save)

v2.3.0

20 Sep 21:30
Compare
Choose a tag to compare
  • Ensure modern-node works on windows
  • Fix git hook installation both when using and not using create-modern-node

v2.2.0

17 Sep 23:20
Compare
Choose a tag to compare

56892fc Add .travis.yml to templates and badge the the README

v2.1.0

17 Sep 22:47
Compare
Choose a tag to compare

bbd6804 Automatically generate repository and author fields
8003ab4 Add "git add" to lint-staged section

v2.0.0

17 Sep 21:41
Compare
Choose a tag to compare

Major version, major features! 🥇

  • modern-node is now installable as npm module
  • create-modern-node package is available allowing for yarn create and npm init
  • precommit script in package.json is respected and executed before committing code
  • lint command for formatting and linting code with eslint and standard.js configuration
  • format uses newest version of prettier-standard allowing to format changed files and lines
  • test uses default configuration for jest, making most installations configless