Releases: carpedm20/emoji
Releases · carpedm20/emoji
v2.14.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-extensions
requires at least version4.7.0
v2.12.0
- Move type annotations inline
- Use
functools.lru_cache
for looking up emoji by name withget_emoji_by_name()
- Move internal functions
get_emoji_unicode_dict()
,get_aliases_unicode_dict()
,_EMOJI_UNICODE
and_ALIASES_UNICODE
totestutils
- 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
v2.10.1
- Fix slow import when debugging in Python 3.12
v2.10.0
- Added Arabic and Turkish translations