Release 0.4.0 - 2021-08-18
- Support for app factory functions with uvicorn (commit)
- Make app context async (commit)
- Make request context async (commit)
- Make test and cli runner clients async (commit)
- Patcher for 3rd party decorators without async view support (commit)
- Flask-Login support (commit #1) (commit #2)
- Fix handling of application context (commit) (commit #3)
- More unit tests (commit) (commit) (commit) (commit)
- Update example documentation to use
flask aiorun
(commit)
Release 0.3.0 - 2021-06-07
- Test client support, and some more unit tests (commit)
- Started a change log (commit)
- Improved example code (commit)
- One more example (commit)
Release 0.2.0 - 2021-05-15
- Flask 2.x changes (commit)
- Update README.md (commit)
- codecov.io integration (commit)
- github actions build (commit)
Release 0.1 - 2020-11-07