- 🆕 New: - `version` property for `EmojiCharacter` and `EmojiSequence` class, it records in which Emoji version the character or sequence was defined. - `variation` property for `EmojiSequence` class
0.3
> 📅 **Date** 2024-4-21
- 🌞 Highlights: - Update to Emoji version 15.1 - 🆕 New Features: - 44: Add `py.typed` file, make the package PEP-561 friendly - Misc: - Add lots of typeshed code - Add pre-commit - Update Sphinx-docs - Other modifications
0.2
- Update: - Emoji version 15.0
- Changes: - New `pyproject.toml` setup - Iterator of `EmojiCharacter` and `EmojiSequence` now return only keys, no more key-value pairs
- Add: - `release` method for `EmojiCharacter` and `EmojiSequence` - `values()` and `items()` method for `EmojiCharacter` and `EmojiSequence`
0.1.6
- Date: 2020-01-10
- Add - `EmojiSequence.__len__`
- Misc - remove invalid value for classifiers
0.1.5
- Change: - Rename module `defines` to `definitions`
- Misc - Replace Codacy with CodeClimate - Fix Circle CI deployment problem
- Unit test: - Drop `pytest`, now use `unittest` in stdlib
0.1.4
- New - Load emojis from `emoji-test.txt` - Include `emoji-variations-sequences.txt` - `defines` module: many regular expresses according to <http://www.unicode.org/reports/tr51/#Definitions>
- Change - Many renamings - Some modifications of test-case