|
| 1 | +# Commit Message Emoji |
| 2 | + |
| 3 | +Every commit is important. |
| 4 | +So let's celebrate each and every commit with a corresponding emoji! :smile: |
| 5 | + |
| 6 | +Oh, and it can also help with glancing over commit messages to figure out |
| 7 | +what kind of changes have been made. :smirk: |
| 8 | + |
| 9 | +## Usage |
| 10 | + |
| 11 | +Commit Type | Emoji |
| 12 | +---------- | ------------- |
| 13 | +Initial Commit | :tada: |
| 14 | +Version Tag | :bookmark: |
| 15 | +New Feature | :sparkles: |
| 16 | +Bugfix | :bug: |
| 17 | +Metadata | :card_index: |
| 18 | +Documentation | :books: |
| 19 | +Performance | :racehorse: |
| 20 | +Cosmetic | :lipstick: |
| 21 | +Tests | :rotating_light: |
| 22 | +General Update | :zap: |
| 23 | +Other | [Be creative](http://www.emoji-cheat-sheet.com/) |
| 24 | + |
| 25 | +## Comparison |
| 26 | + |
| 27 | +You can be the judge on which is easier to grok. |
| 28 | + |
| 29 | +Example taken from [here](https://github.com/dannyfritz/funcdash/commits/master) |
| 30 | + |
| 31 | +### Commits without Emoji |
| 32 | + |
| 33 | +0.5.2 |
| 34 | + |
| 35 | +Fix exporting of the library to include _.ifElse |
| 36 | + |
| 37 | +0.5.1 |
| 38 | + |
| 39 | +add _.ifElse to README.md |
| 40 | + |
| 41 | +0.5.0 |
| 42 | + |
| 43 | +add _.ifElse |
| 44 | + |
| 45 | +fix JSDoc comment for _.call |
| 46 | + |
| 47 | +Fix _.not documentation example. |
| 48 | + |
| 49 | +Update JSDoc comments. |
| 50 | + |
| 51 | +0.4.1 |
| 52 | + |
| 53 | +Update links to documentation. |
| 54 | + |
| 55 | +Fix documentation. |
| 56 | + |
| 57 | +Link to documentation pages. |
| 58 | + |
| 59 | +0.4.0 |
| 60 | + |
| 61 | +Added a curried version of the mixin for lodash-fp. |
| 62 | + |
| 63 | +Switch from lodash to lodash-compat |
| 64 | + |
| 65 | +Add shields to README. |
| 66 | + |
| 67 | +Add missing methods to index.js. |
| 68 | + |
| 69 | +### Commits with Emoji |
| 70 | + |
| 71 | +:bookmark: 0.5.2 |
| 72 | + |
| 73 | +:bug: Fix exporting of the library to include _.ifElse |
| 74 | + |
| 75 | +:bookmark: 0.5.1 |
| 76 | + |
| 77 | +:books: add _.ifElse to README.md |
| 78 | + |
| 79 | +:bookmark: 0.5.0 |
| 80 | + |
| 81 | +:sparkles: add _.ifElse |
| 82 | + |
| 83 | +:books: fix JSDoc comment for _.call |
| 84 | + |
| 85 | +:books: Fix _.not documentation example. |
| 86 | + |
| 87 | +:books: Update JSDoc comments. |
| 88 | + |
| 89 | +:bookmark: 0.4.1 |
| 90 | + |
| 91 | +:books: Update links to documentation. |
| 92 | + |
| 93 | +:books: Fix documentation. |
| 94 | + |
| 95 | +:books: Link to documentation pages. |
| 96 | + |
| 97 | +:bookmark: 0.4.0 |
| 98 | + |
| 99 | +:sparkles: Added a curried version of the mixin for lodash-fp. |
| 100 | + |
| 101 | +:card_index: Switch from lodash to lodash-compat |
| 102 | + |
| 103 | +:card_index: Add shields to README. |
| 104 | + |
| 105 | +:bug: Add missing methods to index.js. |
0 commit comments