0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use *emoji_list instead of emoji_lis More... almost 4 years ago
fix problems More... almost 4 years ago
Add link to documentation improve example code fix link to unicode.org More... almost 4 years ago
howto build documentation locally More... almost 4 years ago
Generate sphinx docs with github action More... almost 4 years ago
Add sphinx documentation More... almost 4 years ago
Improve docstrings More... almost 4 years ago
Merge pull request #203 from cvzi/deprecate_warnings More... almost 4 years ago
v1.7.0 changes More... almost 4 years ago
Test Python 3.10 and 3.11 alpha in Github Action More... almost 4 years ago
Fix code style More... almost 4 years ago
Test deprecation warnings More... almost 4 years ago
Version bump 1.7.0 More... almost 4 years ago
Test for emoji_list, distinct_emoji_list More... almost 4 years ago
* Create function `emoji_list()` * Create function `distinct_emoji_list()` * Deprecation warnings for: * the old dicts `EMOJI_UNICODE_*, UNICODE_EMOJI_*` * some `language` parameters, that don't have an effect * `emoji.get_emoji_regexp` method: suggestions is to use `replace_emoji()` instead * `use_alias` parameter: suggestion is to use `language='alias'` * `emoji.emoji_lis()`: suggestion is to use `emoji_list()` * `emoji.distinct_emoji_lis()`: suggestion is to use `distinct_emoji_list()` More... almost 4 years ago
Merge pull request #200 from cvzi/readme More... almost 4 years ago
Add `distinct_emoji_lis`, `is_emoji` to module level `__all__` More... almost 4 years ago
language='alias' in docstrings More... almost 4 years ago
Replace `use_aliases=True` with `language='alias'` in README More... almost 4 years ago
Replace EMOJI_UNICODE_ENGLISH etc with EMOJI_DATA and make the "en" checkbox checked by default More... almost 4 years ago
v1.6.3 More... about 4 years ago
Merge pull request #199 from tomwojcik/add-count-unique-emojis More... about 4 years ago
add support for count unique More... about 4 years ago
Merge pull request #197 from cvzi/demojize_performance More... about 4 years ago
small fixes More... about 4 years ago
use_aliases=True overrides language='...' (this restores the behaviour of previous versions) More... about 4 years ago
Code style More... about 4 years ago
More tests More... about 4 years ago
Improve performance of demojize More... about 4 years ago
Merge pull request #193 from cvzi/multiplealiases-ghpages More... over 4 years ago