Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@mostafa mostafa released this 08 Mar 20:28
· 9 commits to master since this release

This release includes some changes:

  1. Travis-CI is replaced with GitHub Actions.
  2. PyPy-3 is removed from tests.
  3. Type annotations are added to the library.
  4. mypy and flake8 actions are added for type and syntax checking.
  5. All the dependencies are latest releases, except webargs v7.x.
  6. Removed unused imports.
  7. Sorted imports
  8. Removed shenanigans related to __version__ handling.
  9. Fix many bugs and refactor parts of the code.

I'll try to work more on it, when I find some time.

Archived