Skip to content

Commit d592361

Browse files
author
Alex Lee
authored
Merge pull request #9 from alexlee-dev/v0.6.0
📦 v0.6.0
2 parents 65a9258 + 9f57e38 commit d592361

File tree

17 files changed

+282
-1887
lines changed

17 files changed

+282
-1887
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.0] - 2020-06-01
9+
10+
### 🐛 The Bug Squasher
11+
12+
### Added
13+
14+
- Warning about unusable Node version (less than v10.0.0)
15+
- Wrapper to check if directory exists before removing with `rimraf`
16+
- Additional logging when an error occurs
17+
18+
### Changed
19+
20+
- Format of website in `author` field of `package.json`
21+
- Changed terminal colors to be more more legible on bright terminals
22+
- Abstracted the `titleScreen()` functionality into `create-cli-application` itself, so `pickitt` is not needed
23+
24+
### Removed
25+
26+
- `Terminalizer` as a devDependency
27+
28+
### Fixed
29+
30+
- Add missing `rimraf` dependency
31+
- Fix installing devDependencies without `--save-dev`
32+
- Fix `slant` not being recognized by Figlet as `Slant` in fonts
33+
834
## [0.5.0] - 2020-05-29
935

1036
### ❗Update Notifier

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ I generally use a template when developing CLI applications for myself. I want t
3939

4040
### Prerequisites
4141

42-
- Node
42+
- Node (>= v10.0.0)
4343
- NPM
4444

4545
### Installing
@@ -93,3 +93,4 @@ You can choose to use the application in an interactive mode by passing the flag
9393
## 🎉 Acknowledgements <a name = "acknowledgement"></a>
9494

9595
- Some inspiration from the developers behind [create-react-app](https://github.com/facebook/create-react-app).
96+
- [Martin Rosenberg](https://github.com/MartinRosenberg) - Beta Tester and Dev Friend :)

0 commit comments

Comments
 (0)