Skip to content

Releases: martellaj/commemoji

v1.1.7

09 Feb 05:06
Compare
Choose a tag to compare

Changelog

  • Adds replaceWithEmojis functionality and unit tests.
  • Adds -r flag to replace keywords in commit messages with emojis.

v1.1.6

02 Feb 15:16
Compare
Choose a tag to compare

Changelog

  • Converted source to TypeScript.
  • Disregard the +.3 version (learned something about npm this morning).

v1.1.3

18 Jan 16:48
Compare
Choose a tag to compare

Changelog

  • Added Travis CI.
  • Improved testability by modularizing functions more.
  • Added a new function that analyzes commit messages to find a descriptive emoji when no flag is specified instead of just giving a random emoji (falls back to random if none is found).
  • Improved test coverage.
  • Fixed a bug where user would get a full error output if no files were staged when commemoji was run.

v1.1.2

16 Jan 18:26
Compare
Choose a tag to compare

Changelog

  • Removed requirement of "-m" flag.
  • Improved code by splitting up the mega getEmoji function into separate functions.
  • Added Jasmine tests.

v1.1.1

13 Jan 02:10
Compare
Choose a tag to compare

Patch to fix line endings issue on OS X. All good meow.

v1.1.0

12 Jan 19:51
Compare
Choose a tag to compare

Changelog

  • Changed -k flag to target common commit types (inspired by Atom's style guide).
  • Added -s flag to search emojis.
  • Improved search by also searching against name of emojis (much better results!).
  • Emojis are now prepended instead of appended to commit messages. This way, readers have an idea what the commit is about before reading all of the text.

Initial release

01 Jan 00:09
Compare
Choose a tag to compare

Commemoji is live and working. Version 1.0.0 is simple, but works.