All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.0 - 2024-11-09
- Enable more linting rules (#444)
- Drop support for Python 3.8 (#709)
0.5.0 - 2023-07-02
- Replace deprecated
imghdr
module byfiletype
package (#206) - Replace
format()
by f-strings (#248) - Improve typing with
ParamSpec
and more (#253)
- Drop support for Python 3.7 (#320)
0.4.0 - 2022-03-27
- Drop support for Python 3.6 which has reached end-of-life (#80)
- Drop
tablib
dependency. Support JSON and table outputs only (#88)
- Set minimum dependencies versions (#90)
0.3.1 - 2021-10-17
- Move
mypy-extensions
to main dependencies (#23)
0.3.0 - 2021-10-17
- Add
download
command (#8) - Support for Python 3.8/3.9/3.10 (#10)
- Enable Mypy static type checker (#12)
- Switch from
setuptools
topoetry
(#11) - Switch from Travis CI to Github Actions (#13)
- Rename
Emoji.emoji
property toEmoji.metadata
(#16)
- Remove accents in Emoji names instead of replacing characters by underscores (#20)
- Drop support for Python 3.5 which has reached end-of-life (#10)
0.2.0 - 2019-09-15
- Drop support for Python 3.4 which has reached end-of-life (#6)
- Several bug fixes and enhancements to the test suite (#1, #3, #4, #6)
0.1.0 - 2019-01-08
- Initial release