4.4 KiB
4.4 KiB
Microdot change log
Release v0.4.0 - 2021-06-04
- Add HTTP method-specific route decorators (commit)
- Server shutdown #19 (commit)
- Update microypthon binary for tests to 1.15 (commit)
Release v0.3.1 - 2021-02-06
- Support large downloads in send_file #3 (commit)
- Move socket import and add simple hello example #12 (commit) (thanks Damien George!)
- Update python versions to build (commit)
- Handle Chrome preconnect #8 (commit) (thanks Ricardo Mendonça Ferreira!)
- Readme update (commit)
- Switch to GitHub actions for builds (commit)
Release v0.3.0 - 2019-05-05
- g, before_request and after_request (commit)
- Threaded mode (commit)
- Optional asyncio support (commit)
- Debug mode (commit)
- Print exceptions (commit)
- Flake8 (commit)
- Unit testing framework (commit)
- More robust header checking in tests (commit)
- Response unit tests (commit)
- Request unit tests (commit)
- More unit tests (commit)
- Async request and response unit tests (commit)
- More asyncio unit tests (commit)
- Improve code structure (commit)
- URL pattern matching unit tests (commit)
- Rename microdot_async to microdot_asyncio (commit)
Release 0.2.0 - 2019-04-19
- Error handlers (commit)
- Fleshed out example GPIO application (commit)
- More robust parsing of cookie header (commit)
Release 0.1.1 - 2019-04-17