Releases: carpedm20/emoji
Releases · carpedm20/emoji
v2.15.0
v2.14.1
v2.14.0
- Change the update script so that it creates JSON files instead of the EMOJI_DATA
- Update to Unicode 16.0
v2.13.2
- typing_extensions dependency not required on Python 3.9 and higher
v2.13.1
- Read JSON files in binary mode to avoid UnicodeDecodeError
v2.13.0
- Use JSON files to store the database of emoji
- Load a language into emoji.EMOJI_DATA with emoji.config.load_language("zh")
v2.12.1
typing-extensionsrequires at least version4.7.0
v2.12.0
- Move type annotations inline
- Use
functools.lru_cachefor looking up emoji by name withget_emoji_by_name() - Move internal functions
get_emoji_unicode_dict(),get_aliases_unicode_dict(),_EMOJI_UNICODEand_ALIASES_UNICODEtotestutils - Add type hints to tests
- Remove obsolete dev dependency
coveralls
v2.11.1
- Add missing stubs for purely_emoji
v2.11.0
- Update to Unicode v15.1