Skip to content

Releases: alexmick/emoji-data-python

V 1.6.0

Choose a tag to compare

@alexmick alexmick released this 18 Jul 11:32

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

1.6.0.dev0 Pre-release
Pre-release

Choose a tag to compare

@alexmick alexmick released this 23 Jul 08:08
Fix Twine deployment

Release 1.5.0

Choose a tag to compare

@alexmick alexmick released this 22 Dec 17:57

Upgrade to unicode v13.0

Release 1.4.2

Choose a tag to compare

@alexmick alexmick released this 09 Mar 13:29
1434f80

Features

Updated to Unicode v12.1

Release 1.4.1

Choose a tag to compare

@alexmick alexmick released this 09 Mar 13:12
0dc4cdd

Features

Added black formatting, linting and CI with github actions

Release 1.4.0

Choose a tag to compare

@alexmick alexmick released this 09 Mar 10:06

Features

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

Release 1.3.0

Choose a tag to compare

@alexmick alexmick released this 04 Nov 13:15

Upgrade to unicode v11.0

Source

Release 1.2.0

Choose a tag to compare

@alexmick alexmick released this 04 Nov 12:55

Add char_to_unified method

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

Version 1.1.0 : Add emoji regex

Choose a tag to compare

@alexmick alexmick released this 18 Jan 10:50

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

Version 1.0.3

Choose a tag to compare

@alexmick alexmick released this 05 Sep 08:39

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