Skip to content

Releases: carpedm20/emoji

v2.12.1

20 May 10:48
e83cf4a
Compare
Choose a tag to compare
  • typing-extensions requires at least version 4.7.0

v2.12.0

20 May 06:58
099e3ad
Compare
Choose a tag to compare
  • 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

v2.11.1

21 Apr 07:57
2be59bc
Compare
Choose a tag to compare
  • Add missing stubs for purely_emoji

v2.11.0

26 Mar 10:52
ceddc11
Compare
Choose a tag to compare
  • Update to Unicode v15.1

v2.10.1

31 Jan 12:57
645331c
Compare
Choose a tag to compare
  • Fix slow import when debugging in Python 3.12

v2.10.0

18 Jan 21:23
Compare
Choose a tag to compare
  • Added Arabic and Turkish translations

v2.9.0

05 Dec 14:43
1846483
Compare
Choose a tag to compare
  • Added Russian translation

v2.8.0

16 Aug 13:16
d97e3d4
Compare
Choose a tag to compare
  • 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

v2.7.0

25 Jul 07:56
9efbf8c
Compare
Choose a tag to compare
  • Extract aliases from cheat sheet and youtube
  • Fix extracting translations from emojiterra
  • Update EMOJI_DATA with new aliases and translations

v2.6.0

28 Jun 08:46
63d73af
Compare
Choose a tag to compare
  • Added new function purely_emoji() | Check if a string contains only emojis