Releases: alexmick/emoji-data-python
Releases · alexmick/emoji-data-python
Release list
V 1.6.0
What's Changed
- Update emoji source data
- Cache get_emoji_regex by @DigiDuncan in #13
New Contributors
- @DigiDuncan made their first contribution in #13
Full Changelog: 1.5.0...1.6.0
1.6.0.dev0
Fix Twine deployment
Release 1.5.0
Release 1.4.2
Release 1.4.1
Features
Added black formatting, linting and CI with github actions
Release 1.4.0
Features
Add replace colons support for zwj joined emojis with skintones #7
Release 1.3.0
Release 1.2.0
Add char_to_unified method
>>> emoji_data_python.char_to_unified('🇿🇦')
'1F1FF-1F1E6'Version 1.1.0 : Add emoji regex
Adds a compile regex with all emoji to test against text.
Version 1.0.3
Adds support for image keys in emoji_data json thanks to @vjousse !