This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
v2.2.0
This release includes some changes:
- Travis-CI is replaced with GitHub Actions.
- PyPy-3 is removed from tests.
- Type annotations are added to the library.
mypy
andflake8
actions are added for type and syntax checking.- All the dependencies are latest releases, except webargs v7.x.
- Removed unused imports.
- Sorted imports
- Removed shenanigans related to
__version__
handling. - Fix many bugs and refactor parts of the code.
I'll try to work more on it, when I find some time.
Archived