Every commit is important. So let's celebrate each and every commit with a corresponding emoji! 😄
Oh, and it can also help with glancing over commit messages to figure out what kind of changes have been made. 😏
| Commit Type | Emoji |
|---|---|
| Initial Commit | 🎉 |
| Version Tag | 🔖 |
| New Feature | ✨ |
| Bugfix | 🐛 |
| Metadata | 📇 |
| Documentation | 📚 |
| Performance | 🐎 |
| Cosmetic | 💄 |
| Tests | 🚨 |
| General Update | ⚡ |
| Other | Be creative |
You can be the judge on which is easier to grok.
Example taken from here
0.5.2
Fix exporting of the library to include _.ifElse
0.5.1
add _.ifElse to README.md
0.5.0
add _.ifElse
fix JSDoc comment for _.call
Fix _.not documentation example.
Update JSDoc comments.
0.4.1
Update links to documentation.
Fix documentation.
Link to documentation pages.
0.4.0
Added a curried version of the mixin for lodash-fp.
Switch from lodash to lodash-compat
Add shields to README.
Add missing methods to index.js.
🔖 0.5.2
🐛 Fix exporting of the library to include _.ifElse
🔖 0.5.1
📚 add _.ifElse to README.md
🔖 0.5.0
✨ add _.ifElse
📚 fix JSDoc comment for _.call
📚 Fix _.not documentation example.
📚 Update JSDoc comments.
🔖 0.4.1
📚 Update links to documentation.
📚 Fix documentation.
📚 Link to documentation pages.
🔖 0.4.0
✨ Added a curried version of the mixin for lodash-fp.
📇 Switch from lodash to lodash-compat
📇 Add shields to README.
🐛 Add missing methods to index.js.