Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0 #205

Merged
merged 9 commits into from
Jun 30, 2022
Merged

v2.0.0 #205

merged 9 commits into from
Jun 30, 2022

Conversation

cvzi
Copy link
Contributor

@cvzi cvzi commented Feb 19, 2022

Changes:

  • Remove the old dicts EMOJI_UNICODE_*, UNICODE_EMOJI_*
  • Remove unused language=None parameters
  • Remove use_alias parameter
  • Remove the get_regexp method
  • Remove emoji_lis
  • Remove distinct_emoji_lis
  • Make the list of languages public: emoji.LANGUAGES = ['en','es','pt','it','fr','de']
  • update translations to release-40
  • update translations to release-41 (no changes compared to release-40)
  • Documentation: generate a documentation for the public functions from the docstrings with Sphinx
  • Documentation: Add some more examples to the README: e.g. how to replace/remove emojis
# Total count of emojis:  4702
# fully_qualified:  3624
# component:  9

cvzi added 7 commits June 5, 2022 20:32
* Remove `get_emoji_regexp()`, `emoji_lis()`, `distinct_emoji_lis()`
* Remove parameter `use_aliases`
* Remove unused `language=None` parameters
* Only print ``u'string'` if necessary otherwise `'string'`
* Print emoji as comment
…lease-40

* Make the list of languages public: `emoji.LANGUAGES = ['en','alias','es','pt','it','fr','de']`
* Emoji appears as comment after each key
…lease-41

  --> There were no changes in the languages that we use compared to release-40
* Try to keep order of aliases intact
@cvzi cvzi marked this pull request as ready for review June 5, 2022 19:06
@cvzi
Copy link
Contributor Author

cvzi commented Jun 5, 2022

I have rebased the commits to the current HEAD.

This is ready for merging now.

Unrelated: I thinks these issues can be closed:

@cvzi cvzi changed the title v2.0.0 preview v2.0.0 Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants