Skip to content

Releases: mrowa44/emojify

Version 2.2.0

08 Apr 12:42
6dc2c1d
Compare
Choose a tag to compare
🐛 Fix bash version check (#51)

The bash version check was performed before declaring the
emoji array, so an error message was displayed by bash
before printing the custom error message. I also changed
the exit code to 1 (error) in the case of an old bash version.

Version 2.1.0

31 May 13:21
f561dab
Compare
Choose a tag to compare
  • new emoji (#39)
  • punctuation chars bug fix (#24)
  • space stripping issue (#37)
  • tests to prevent regressions (#41)

Thanks @louib for your contribution! ❤️

Version 2.0.0

30 Apr 15:58
Compare
Choose a tag to compare
  • All new emoji! 🎉 (#13)
  • Dropped support for old bash (#18)
  • Better performance - 10x faster 🏎 (#14)
  • Fixed bug with spaces following emoji (#7)

Version 1.0.2

27 Jun 17:55
Compare
Choose a tag to compare

Added option to print list of supported emoji

Version 1.0.1

07 Jun 17:58
Compare
Choose a tag to compare

Fix for emoji containing and -

Version 1.0.0

03 Aug 20:52
Compare
Choose a tag to compare
v1.0.0

Merge pull request #2 from cremno/fix-conversion-of-emoji-names-conta…