Releases: carloscuesta/gitmoji-cli
Releases · carloscuesta/gitmoji-cli
gitmoji-cli 1.8.4
🔨 Refactor
- Add a
guard
module to validate and verify the user input instead of doing it at the prompts module - Add spec for guard
- Increase coverage ☔️
⬆️ Dependencies
- Upgrade
chalk
- upgrade
execa
- Upgrade
conf
- Upgrade
update-notifier
gitmoji-cli 1.8.3
⬆️ Dependencies
- Upgrade inquirer
- Upgrade inquirer-autocomplete-prompt
gitmoji-cli 1.8.2
🐛 Bugs
- Use fs.writeFile and exit the process if success @ hook (#75)
📦 Dependencies
- Upgrade axios
- Upgrade jest
- Upgrade standard
gitmoji-cli 1.8.1
✨ Feature
- Ensure minimum required
NODE
version. (#65)
gitmoji-cli 1.8.0
gitmoji-cli 1.7.0
🐛 Bugs
- Fixed #67 cli
--flags
✨ Features
- From now there's no default behaviour from running
# Previously if no arg was provided `commit` or `hook` option will be used by default. Now shows help.
$ gitmoji
gitmoji-cli 1.6.1
🐛 Bugs
- Fixed a bug on
config
module #63 -autoAdd
key was being setting every time by default to true.