Skip to content

v2.0.0

Compare
Choose a tag to compare
@mischah mischah released this 24 Mar 15:00
· 39 commits to main since this release

πŸ”ˆ 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