Skip to content

Releases: vdurmont/emoji-java

v3.0.0

18 Jan 23:12
Compare
Choose a tag to compare

Update the database with the new iOS 9.1 emojis 🤑

v2.2.1

06 Jan 17:39
Compare
Choose a tag to compare

Fix the htmlDec and htmlHex codes for the multiple emojis (such as family (man, man, girl, boy))

v2.2.0

01 Oct 14:51
Compare
Choose a tag to compare

Rollback dependency org.json:json to 20140107 to keep the compatibility with Java 6 & 7

v2.1.0

30 Sep 23:18
Compare
Choose a tag to compare

Add methods:

  • EmojiParser#removeAllEmojis(String)
  • EmojiParser#removeAllEmojisExcept(String, Collection<Emoji>)
  • EmojiParser#removeEmojis(String, Collection<Emoji>)

Upgrade dependency org.json:json

v2.0.0

21 Aug 22:34
Compare
Choose a tag to compare
  • 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

01 May 16:33
Compare
Choose a tag to compare

Closing the InputStream to release resources that it might be holding.

v1.1.0

12 Mar 16:27
Compare
Choose a tag to compare

Support for HTML hexadecimal representations 🎃

v1.0.1

12 Mar 16:20
Compare
Choose a tag to compare

Bug fix on the 👍 emoji

v1.0.0

23 Sep 16:22
Compare
Choose a tag to compare

First release of emoji-java. 🚀