2025-01-16 15:01:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-emoji: updated to 2.14.1
v2.14.1 (2025-01-10)
* Use `importlib.resources` to load json files
* Update translations to Unicode release-46-1
|
2025-01-03 12:58:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-emoji: updated to 2.14.0
v2.14.0 (2024-10-02)
* Update to Unicode 16.0
v2.13.2 (2024-09-23)
* `typing_extensions` dependency not required on Python 3.9 and higher
v2.13.1 (2024-09-21)
* Read JSON files in binary mode to avoid UnicodeDecodeError
v2.13.0 (2024-09-19)
* Use JSON files to store the database of emoji
* Load a language into emoji.EMOJI_DATA with \
emoji.config.load_language("zh")
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-05-24 17:09:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-emoji: updated to 2.12.1
v2.12.1 (2024-05-20)
* `typing-extensions` requires at least version `4.7.0`
v2.12.0 (2024-05-19)
* Move type annotations inline
* Use `functools.lru_cache` for looking up emoji by name with `get_emoji_by_name()`
* Move internal functions `get_emoji_unicode_dict()`, \
`get_aliases_unicode_dict()`, `_EMOJI_UNICODE` and `_ALIASES_UNICODE` to \
`testutils`
* Add type hints to tests
* Remove obsolete dev dependency `coveralls`
|
2024-05-05 20:29:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-emoji: updated to 2.11.1
v2.11.1 (2024-04-21)
* Add missing stubs for purely_emoji
|
2024-04-03 11:35:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-emoji: updated to 2.11.0
v2.11.0 (2024-03-26)
* Update to Unicode v15.1
|
2024-01-31 18:29:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-emoji: updated to 2.10.1
v2.10.1
* Fix slow import when debugging in Python 3.12
|
2024-01-19 11:50:16 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-emoji: updated to 2.10.0
v2.10.0 (2024-01-18)
* Added Arabic and Turkish translations
v2.9.0 (2023-12-05)
* Added Russian translation
|
2023-08-26 14:32:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-emoji: not for Python 2
|
2023-08-21 03:41:19 by Pierre Pronchery | Files touched by this commit (3) | |
Log message:
py-emoji: update to 2.8.0
Changes in version 2.8.0:
* Update translations to unicode release-43-1
* Include "derived annotations"-translations from unicode CLDR
* Fix translations for emoji that have multiple forms with/out \uFE0F
* Remove multiple underscore __, ___, ____ and - from translations
Changes in version 2.7.0:
* Extract aliases from cheat sheet and youtube
* Fix extracting translations from emojiterra
* Update EMOJI_DATA with new aliases and translations
|