You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)