Recent Releases of emoji

emoji - v2.14.1

  • Use importlib.resources to load json files #311
  • Update translations to Unicode release-46-1

- Python
Published by TahirJalilov over 1 year ago

emoji - v2.14.0

  • Change the update script so that it creates JSON files instead of the EMOJI_DATA
  • Update to Unicode 16.0

- Python
Published by TahirJalilov over 1 year ago

emoji - v2.13.2

  • typing_extensions dependency not required on Python 3.9 and higher

- Python
Published by TahirJalilov almost 2 years ago

emoji - v2.13.1

  • Read JSON files in binary mode to avoid UnicodeDecodeError

- Python
Published by TahirJalilov almost 2 years ago

emoji - v2.13.0

  • Use JSON files to store the database of emoji
  • Load a language into emoji.EMOJIDATA with emoji.config.loadlanguage("zh")

- Python
Published by TahirJalilov almost 2 years ago

emoji - v2.12.1

  • typing-extensions requires at least version 4.7.0

- Python
Published by TahirJalilov about 2 years ago

emoji - v2.12.0

  • 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

- Python
Published by TahirJalilov about 2 years ago

emoji - v2.11.1

  • Add missing stubs for purely_emoji

- Python
Published by TahirJalilov about 2 years ago

emoji - v2.11.0

  • Update to Unicode v15.1

- Python
Published by TahirJalilov over 2 years ago

emoji - v2.10.1

  • Fix slow import when debugging in Python 3.12

- Python
Published by TahirJalilov over 2 years ago

emoji - v2.10.0

  • Added Arabic and Turkish translations

- Python
Published by TahirJalilov over 2 years ago

emoji - v2.9.0

  • Added Russian translation

- Python
Published by TahirJalilov over 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.7.0

  • Extract aliases from cheat sheet and youtube
  • Fix extracting translations from emojiterra
  • Update EMOJI_DATA with new aliases and translations

- Python
Published by TahirJalilov almost 3 years ago

emoji - v2.6.0

  • Added new function purely_emoji() | Check if a string contains only emojis

- Python
Published by TahirJalilov almost 3 years ago

emoji - v2.5.1

  • Fix Malformed zero width joiner (\u200d) causes IndexError

- Python
Published by TahirJalilov about 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.4.0

  • Added Japanese and Korean

- Python
Published by TahirJalilov over 3 years ago

emoji - v2.3.0

  • Add Indonesian and Simplified Chinese
  • Bug fixing

- Python
Published by TahirJalilov over 3 years ago

emoji - v2.2.0

  • Add support for Unicode Version 15
  • Add more translations for existing languages: (similar to Turkish Language)
  • Add Readme on how to add a language
  • Fix 2.0.0: sphinx warnings reference target not found

- Python
Published by TahirJalilov over 3 years ago

emoji - v.2.1.0

  • Added Farsi support
  • Added Trove classifiers for Python 3.10 and 3.11

- Python
Published by TahirJalilov almost 4 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

emoji - v1.6.3

  • Added support for counting unique emojis

- Python
Published by TahirJalilov over 4 years ago

emoji - v1.6.2

  • Improve performance of demojize()
  • Added more tests
  • Added warning when someone uses any other language than 'en' with use_aliases=True in emojize()

- Python
Published by TahirJalilov over 4 years ago

emoji - v1.6.1

  • Allow multiple aliases
  • Restored aliases from 1.5.0

- Python
Published by TahirJalilov over 4 years ago

emoji - v1.6.0

  • Added dict of dict with emoji data, include emoji versions and statuses
  • emoji.version(string) method added
  • Included 'variant' in the dict of dicts

- Python
Published by TahirJalilov over 4 years ago

emoji - v1.5.2

  • is_emoji function added

- Python
Published by TahirJalilov over 4 years ago

emoji - v1.5.1

  • Fix Unicode of some emoji in the language files

- Python
Published by TahirJalilov over 4 years ago

emoji - v1.5.0

  • The English version of Emojis has been updated to version 14.0 Emoji Charts.
  • Current count of emojis - 3633
  • Fix matching of non-ASCII emoji names on Python 2

- Python
Published by TahirJalilov almost 5 years ago

emoji - v1.4.2

  • Delimiter for German time naming changed from ":" to "."

- Python
Published by TahirJalilov almost 5 years ago

emoji - v.1.4.1

  • Fix some French emoji names not being matched
  • Drop seemingly accidentally added colons from German emoji names

- Python
Published by TahirJalilov almost 5 years ago

emoji - v.1.4.0

Added support for German naming of emojis

- Python
Published by TahirJalilov about 5 years ago

emoji - v.1.3.0

  • Added support for French naming of emojis

- Python
Published by TahirJalilov about 5 years ago

emoji - v.1.2.1

  • Added replace_emoji

- Python
Published by TahirJalilov over 5 years ago

emoji - v.1.2.0

  • Emojis of English version updated to the Emoji Charts v.13.1
  • Added all emoji modifiers (skin tones)
  • The current count of emojis - 3521

- Python
Published by TahirJalilov over 5 years ago

emoji - v.1.1.1

  • Emoji extractor refactored

- Python
Published by TahirJalilov over 5 years ago

emoji - v.1.1.0

  • Added support for Italian naming of emojis
  • Added Python 3.8 and 3.9 as supported versions

- Python
Published by TahirJalilov over 5 years ago

emoji - v.1.0.1

  • Bug fixing

- Python
Published by TahirJalilov over 5 years ago

emoji - v.1.0.0

  • Added support for Spanish naming of emojis
  • Added support for Portuguese naming of emojis
  • Emoji packs split by language to different modules

- Python
Published by TahirJalilov over 5 years ago

emoji - v0.3.4

- Python
Published by geowurster about 11 years ago