Releases: vdurmont/emoji-java
Releases · vdurmont/emoji-java
v3.0.0
Update the database with the new iOS 9.1 emojis 🤑
v2.2.1
Fix the htmlDec
and htmlHex
codes for the multiple emojis (such as family (man, man, girl, boy)
)
v2.2.0
Rollback dependency org.json:json to 20140107 to keep the compatibility with Java 6 & 7
v2.1.0
Add methods:
EmojiParser#removeAllEmojis(String)
EmojiParser#removeAllEmojisExcept(String, Collection<Emoji>)
EmojiParser#removeEmojis(String, Collection<Emoji>)
Upgrade dependency org.json:json
v2.0.0
- Update of the emoji database
- Add 14 new family emojis (man_man_boy, woman_woman_girl, etc.)
- Add 4 new couple emojis
- Add the "vulcan_salute" and "middle_finger" emojis
- Add 198 flags
- Addition of the support for the diversity emojis (Fitzpatrick modifiers)
- Removal of the deprecated methods
Emoji#getHtml
and EmojiParser#parseToHtml
- Improvements in the javadoc
v1.1.1
Closing the InputStream to release resources that it might be holding.
v1.1.0
Support for HTML hexadecimal representations 🎃
v1.0.0
First release of emoji-java. 🚀