Skip to content

Releases: IamTossan/create-node-app

3.1.1 February 2021 update

01 Feb 15:53
Compare
Choose a tag to compare

🌈 Features:

  • dependencies have been updated

3.0.0 October 2020 update

26 Oct 00:40
Compare
Choose a tag to compare

⚠️ Breaking changes:

  • testing input has been changed from select to confirm type
  • target project name argument has been replaced with flags

🌈 Features:

  • you can now directly build a project using flags (--name, --no-git, --no-lint, --no-test are available)
  • dependencies have been updated

2.1.0 July 2020 update

19 Jul 12:55
Compare
Choose a tag to compare

🌈 Features:

  • dependencies have been updated

2.0.0 May 2020 update

16 May 18:38
Compare
Choose a tag to compare

⚠️ Breaking changes:

  • minimal node compatibility has been updated to 10.12.0
  • mocha support has been removed

🌈 Features:

  • you can now use numbers in the project name
  • dependencies are now locked to improve stability, use npm outdated if need be
  • example files will now be generated