Releases: felldo/JEmoji
Releases · felldo/JEmoji
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.6
Changes
- Properly load the
emoji.json
file from resources with UTF-8 enconding and the classloader
Full Changelog: v1.1.5...v1.1.6
v1.1.5
v1.1.4
Changes
- Added
getAllEmojisByGroup
andgetAllEmojisBySubGroup
toEmojiManager
- Added benchmark test suite
- Heavily improved the performance of some methods from the
EmojiManager
(see below)
Benchmark performance
- Improve EmojiManager#replaceEmojis performance by about 1700x (and every other
replace*
named method which uses this method underneath) - Improve EmojiManager#removeAllEmojis performance by about 3700x (and every other
remove*
named method which uses this method underneath) - Improve EmojiManager#containsEmoji performance by about 31x
Full Changelog: v1.1.3...v1.1.4