Skip to content

v2.0.0

Compare
Choose a tag to compare
@robertoachar robertoachar released this 19 Apr 18:51
· 76 commits to master since this release
2934597

Changelog (#11)

Template Updates

  • build: update package.json (update keywords, remove nodemon, move dependencies to Generator, format using Prettier)
  • ci: update node version on Travis, AppVeyor and CircleCI config files
  • fix: rename .eslintrc to .eslintrc.json
  • performance: update .npmrc (add package-lock=false and progress=false)
  • refactor: update .gitignore
  • style: format README using Prettier
  • style: change eslint extends from eslint:recommended to prettier
  • style: add prettier config file
  • test: format using Prettier

Generator Updates

  • build: move dependencies from package.json to Generator
  • build: remove yarn.lock
  • build: update keywords
  • build: update yeoman package version
  • ci: update node version
  • docs: update README
  • performance: update .npmrc
  • refactor: update .gitignore
  • style: add prettier
  • test: change testing tool from mocha to jest