Skip to content

Releases: carloscuesta/gitmoji-cli

gitmoji-cli 1.5.3

05 May 18:17
1fbab27
Compare
Choose a tag to compare

🐛 Bugs

  • Use -S for signing to enforce GPG Signing. #47

gitmoji-cli 1.5.2

15 Apr 14:58
60dd443
Compare
Choose a tag to compare
:bookmark: Bump version

Signed-off-by: Carlos Cuesta <carloscuesta@me.com>

gitmoji-cli 1.5.1

13 Apr 14:04
1bdd2c2
Compare
Choose a tag to compare

Bugs

  • 🐛 Set auto add to true by default if no config is provided with gitmoji -g. #39 #37.

gitmoji-cli 1.5.0

25 Mar 18:36
69007d5
Compare
Choose a tag to compare

Features

  • ✨ Search functionality when selecting a gitmoji #30. Thanks to @geniusgordon 🎉

screen shot 2017-03-25 at 19 35 19

screen shot 2017-03-25 at 19 35 25

gitmoji 1.4.0

04 Mar 10:11
747391a
Compare
Choose a tag to compare

Features

  • ✨ Add a config option, to set gitmoji-cli preferences. #28 #14.

gitmoji config

Docs.

  • 📝 Update README.

gitmoji-cli 1.3.1

04 Feb 11:33
8577e8f
Compare
Choose a tag to compare

Dependencies

  • ⬆️ Update gitmoji-cli dependencies.

Docs.

  • 📝 Update README.

gitmoji-cli 1.3.0

02 Dec 17:07
5d550a9
Compare
Choose a tag to compare

Features

  • ✨ gitmoji-cli can be used offline thanks to @hobbit-vt 🎉
  • ✨ Add gitmoji -u gitmoji --update option to clear the cache.

screen shot 2016-12-02 at 18 12 03

gitmoji-cli 1.2.2

28 Nov 23:13
a6caef9
Compare
Choose a tag to compare

Bug fixes

  • 🚑 Fixed undefined() behaviour. #19

gitmoji 1.2.1

27 Nov 14:34
d0803bc
Compare
Choose a tag to compare

Bug fixes

  • 🐛 Fix access mod when writing the hook file see #17 thanks to @grdryn

gitmoji-cli 1.2.0

25 Nov 07:29
85c99a9
Compare
Choose a tag to compare

Features

  • gitmoji --version, -v: Outputs the installed version of gitmoji-cli.
  • ✨ Refactored the cli.js code, using --commit, -c option as a default if no arguments are provided thanks to @lludol.
  • 📝 Add contributing docs, contributing.md, pull_request_template.md, issue_template.md
  • 📝 Update Readme

Tests

Added more tests to check that gitmoji-cli is working properly.

  • ✅ _commit()
  • ✅ version()
  • ✅ init()

Full changelog here