Skip to content

Releases: carpedm20/emoji

v2.0.0

30 Jun 16:21
cf923b2
Compare
Choose a tag to compare
  • Removed the old dicts EMOJI_UNICODE_, UNICODE_EMOJI_
  • Removed unused language=None parameters
  • Removed use_alias parameter
  • Removed the get_regexp method
  • Removed emoji_lis
  • Removed distinct_emoji_lis
  • 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

v1.7.0

07 Mar 15:23
d8bbfe4
Compare
Choose a tag to compare
  • Added emoji_list() and distinct_emoji_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.

v1.6.3

15 Jan 13:44
Compare
Choose a tag to compare
  • Added support for counting unique emojis

v1.6.2

06 Dec 11:03
e35fc45
Compare
Choose a tag to compare
  • Improve performance of demojize()
  • Added more tests
  • Added warning when someone uses any other language than 'en' with use_aliases=True in emojize()

v1.6.1

13 Oct 12:21
7b3555a
Compare
Choose a tag to compare
  • Allow multiple aliases
  • Restored aliases from 1.5.0

v1.6.0

04 Oct 20:10
36e2419
Compare
Choose a tag to compare
  • Added dict of dict with emoji data, include emoji versions and statuses
  • emoji.version(string) method added
  • Included 'variant' in the dict of dicts

v1.5.2

25 Sep 11:59
57f010a
Compare
Choose a tag to compare
  • is_emoji function added

v1.5.1

25 Sep 11:56
89197c1
Compare
Choose a tag to compare
  • Fix Unicode of some emoji in the language files

v1.5.0

17 Sep 04:41
Compare
Choose a tag to compare
  • 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

v1.4.2

30 Jul 05:58
Compare
Choose a tag to compare
  • Delimiter for German time naming changed from ":" to "."