* Move files to within a quart_cors folder to ensure the py.typed file is picked up. * Drop support for Python 3.6. * Add a websocket_cors function that checks the origin and will respond with 400 if not an allowed origin.
0.1.3
----------------
* Add py.typed for PEP 561 compliance.
0.1.2
----------------
* Bugfix allow all request_headers when allow_headers is set to "*".
0.1.1
----------------
* Bumped minimum Quart version to 0.6.11 due to a bug in Quart.