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
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
Added support for counting unique emojis
v1.6.2
Improve performance of demojize()
Added more tests
Added warning when someone uses any other language than 'en' with use_aliases=True in emojize()
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
1.7.0
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.
1.6.3
Added support for counting unique emojis
1.6.2
Improve performance of demojize()
Added more tests
Added warning when someone uses any other language than 'en' with use_aliases=True in emojize()
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps emoji from 1.6.0 to 2.1.0.
Release notes
Sourced from emoji's releases.
Changelog
Sourced from emoji's changelog.
Commits
83cec96
Update init.py1b84734
Update CHANGES.md1aa2e13
Update CHANGES.md6869664
Merge pull request #230 from hugovk/rm-travis3cb6da6
Merge pull request #229 from hugovk/add-3.104096998
Merge pull request #227 from AliNajafi1998/farsi-support8be12eb
Bump Development Status classifier to 5 - Production/Stabledf8cd31
Remove redundant Travis CI config53a88af
Fix GitHub typosd1f0066
Fix PyPI typosDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)