Skip to content

Releases: alexmick/emoji-data-python

V 1.6.0

18 Jul 11:32
Compare
Choose a tag to compare

What's Changed

  • Update emoji source data
  • Cache get_emoji_regex by @DigiDuncan in #13

New Contributors

Full Changelog: 1.5.0...1.6.0

1.6.0.dev0

23 Jul 08:08
Compare
Choose a tag to compare
1.6.0.dev0 Pre-release
Pre-release
Fix Twine deployment

Release 1.5.0

22 Dec 17:57
Compare
Choose a tag to compare

Upgrade to unicode v13.0

Release 1.4.2

09 Mar 13:29
1434f80
Compare
Choose a tag to compare

Features

Updated to Unicode v12.1

Release 1.4.1

09 Mar 13:12
0dc4cdd
Compare
Choose a tag to compare

Features

Added black formatting, linting and CI with github actions

Release 1.4.0

09 Mar 10:06
Compare
Choose a tag to compare

Features

Add replace colons support for zwj joined emojis with skintones #7

Release 1.3.0

04 Nov 13:15
Compare
Choose a tag to compare

Upgrade to unicode v11.0

Source

Release 1.2.0

04 Nov 12:55
Compare
Choose a tag to compare

Add char_to_unified method

>>> emoji_data_python.char_to_unified('🇿🇦')
'1F1FF-1F1E6'

Version 1.1.0 : Add emoji regex

18 Jan 10:50
Compare
Choose a tag to compare

Adds a compile regex with all emoji to test against text.

Version 1.0.3

05 Sep 08:39
Compare
Choose a tag to compare

Adds support for image keys in emoji_data json thanks to @vjousse !