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