Skip to content

v1.1.4

Compare
Choose a tag to compare
@felldo felldo released this 09 Jul 19:24
· 160 commits to master since this release

Changes

  • Added getAllEmojisByGroup and getAllEmojisBySubGroup to EmojiManager
  • 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