Releases: actuallyReallyAlex/create-cli-application
Releases · actuallyReallyAlex/create-cli-application
📦 v0.9.1
[0.9.1] - 2020-06-02
✨ Website
Added
- Demo Website
Changed
Removed
Fixed
📦 v0.9.0
[0.9.0] - 2020-06-01
📝 Clerical Adjustments
Added
- Added siliconeidolon to acknowledgements
- Comments on
verifyNodeVersion()
Changed
- New user directory at success message is now also in blue
- Update README
- Update GIFs
Removed
Fixed
📦 v0.8.0
[0.8.0] - 2020-06-01
✏️ Shell Option
Added
- Check if directory exists before executing install commands
- Use
shelloption forspawncommand ifplatform === 'win32'
Changed
Removed
Fixed
📦 v0.7.0
[0.7.0] - 2020-06-01
✏️ Better Logging
Added
- Confirmed OS's in README
Changed
- Update Notifier will now use version from installed package.json
- Slightly more robust logging on error
- Spinner fail and then log on next line
Removed
Fixed
slantin TypeScript not recognized asSlant
📦 v0.6.0
[0.6.0] - 2020-06-01
🐛 The Bug Squasher
Added
- Warning about unusable Node version (less than v10.0.0)
- Wrapper to check if directory exists before removing with
rimraf - Additional logging when an error occurs
Changed
- Format of website in
authorfield ofpackage.json - Changed terminal colors to be more more legible on bright terminals
- Abstracted the
titleScreen()functionality intocreate-cli-applicationitself, sopickittis not needed
Removed
Terminalizeras a devDependency
Fixed
- Add missing
rimrafdependency - Fix installing devDependencies without
--save-dev - Fix
slantnot being recognized by Figlet asSlantin fonts
📦 v0.5.0
[0.5.0] - 2020-05-29
❗Update Notifier
Added
- CONTRIBUTING.md
- GIF examples
- Use of
update-notifierto alert the user to a newer version - Added
Additional Features to Be Addedto README
Changed
Removed
Fixed
___AUTHOR NAME___not being overwritten in template during interactive mode
📦 v0.4.0
[0.4.0] - 2020-05-27
✨ Interactivity
Added
- Interactive option. Use the flag
--interactiveto use this mode - Comments :)
- Cleanup on global error
- Option for Author Name
- Validation of application name according to NPM conventions
Changed
- Refactored
copyTemplateFiles()
Removed
Fixed
📦 v0.3.0
[0.3.0] - 2020-05-26
✏️ Application Name in Template Files
Added
- Replace generic "APP NAME" in template files with applicationName value
Changed
Removed
Fixed
📦 v0.2.0
[0.2.0] - 2020-05-26
🔧 Vanilla JS Support
Added
- Support for both JS (deafult language) and TS (passed as '--typescript' option)
Changed
- Add "release" to Sentry config
Removed
Fixed
- Fixed broken links on README
📦 v0.1.0
[0.1.0] - 2020-05-26
🚀 First Happy Path Solution
Added
- Initial logic of create-cli-application