Releases: vdurmont/emoji-java
Releases · vdurmont/emoji-java
v5.1.1
v5.1.0
v5.0.0
- Fix the HTML to Unicode parser to always parse the longer emojis (thanks @freva)
- Add alias for "pumpkin" (thanks @sullis)
- Add a lot of missing flag emojis (thanks @ankitkariryaa)
- Support for all emojis from Unicode 11.0
- Support for all emojis from Unicode 10.0
- Add a EmojiParser.replaceAllEmojis function (thanks @cbedoy)
v4.0.0
v3.3.0
- Add
family_man_woman_girl_boy
emoji (thanks @freva) - Fix
EmojiManager.isEmoji
to support fitzpatrick modifiers (thanks @freva) - Fixed several emojis that had the wrong
support_fitzpatrick
flag (thanks @Tapchicoma) - Add some tests to avoid duplicate aliases
- Fixed several duplicated aliases in the emoji DB
v3.2.0
v3.1.3
v3.1.2
- Additions and updates to the emoji database (victory hand now supports fitzpatrick, adds Saint Vincent Grenadines' flag, add the regional indicator symbols). Thanks Daniel!
- Force the database to be loaded in UTF-8.
- Enable the extension of the
EmojiParser
class.
v3.1.1
v3.1.0
- Add fitzpatrick support for 👃 ("nose") and 👂 ("ear")
- Fix duplicated "sunglasses" alias
- Performance improvements (using a Trie structure)
- Parsing support for multiple emojis (such as "family_man_woman_boy")
- Fix
EmojiManager.getAll()
that returned some duplicates - Use a BufferedReader to load the database