Releases: IamTossan/create-node-app
Releases · IamTossan/create-node-app
3.1.1 February 2021 update
3.0.0 October 2020 update
⚠️ 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
🌈 Features:
- dependencies have been updated
2.0.0 May 2020 update
⚠️ 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