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
Added support for emoji keywords Emoji#getKeywords(EmojiLanguage)
Added methods to get emojis mapped to their group/subgroup
Added a new class EmojiLoader for method separation that are associated to loading/initializing emojis. Currently there are 2 helper methods loadAllEmojiDescriptions and loadAllEmojiKeywords to load all language files.
Removed Jackson dependency. Now this library is dependency-less
Breaking
Renamed EmojiDescriptionLanguage enum to EmojiLanguage