Recent Releases of emoji
emoji - 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
- Use
- Python
Published by TahirJalilov about 2 years ago
emoji - v2.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 (Fixes Partially missing languages #272 )
- Remove multiple underscore , __, _ and - from translations
- Python
Published by TahirJalilov almost 3 years ago
emoji - v2.5.0
- Added support for Multi-person skintones
- Removed support for Python 2, 3.4, 3.5
- The logic from demojize() is moved to two separate private function tokenize() and filter_tokens() in a new file emoji/tokenizer.py
- A new public function analyze() is available and that supports the multi-person skintones
- Python
Published by TahirJalilov about 3 years ago
emoji - v2.0.0
- Removed the old dicts EMOJIUNICODE, UNICODEEMOJI
- Removed unused language=None parameters
- Removed use_alias parameter
- Removed the get_regexp method
- Removed emoji_lis
- Removed distinctemojilis
- Made the list of languages public: emoji.LANGUAGES = ['en','es','pt','it','fr','de']
- Updated translations to release-41 (no changes compared to release-40)
- Generate a documentation for the public functions from the docstrings with Sphinx
- Added some more examples to the README: e.g. how to replace/remove emojis
- Total count of emojis: 4702
- Python
Published by TahirJalilov almost 4 years ago
emoji - v1.7.0
- Added emojilist() and distinctemoji_list()
- Added deprecation warnings for several functions and variables that will be removed in version 2.0.0. If you don't want to see these warnings, you can stay with 1.6.x. For example in pip/requirements.txt you can pin to 1.6.x with emoji~=1.6.3.
- Python
Published by TahirJalilov over 4 years ago