Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@felldo felldo released this 20 Nov 16:08
· 2 commits to master since this release

Features

  • Upgraded to emoji unicode version 16.0.

Improvements

  • The emojis.json file now includes a keywords field.
  • Added a description and keywords for the same emoji no matter their qualification. This means emojis that are fully-qualified, minimally-qualified and unqualified share the same description and keywords if any emoji of them have this information.

Breaking

  • Splitted the library into 2 modules jemoji and jemoji-languages. Emoji#getDescription(EmojiLanguage) and Emoji#getKeywords(EmojiLanguage) will no longer work (their non EmojiLanguage parameter methods are still fine to use). If you want to add multi language support, please add the new module (see README how to do so)