* allow deserializing of application/json subtypes: application/some-subtype+json
0.8.3
Features
* fixed direct mapping path for subrouter root entry
0.8.2
Features
* removed multipart/form-data support as cgi module is deprecated. Use external library for this * do not cache Request.form, Request.json, Request.method and Request.query_parameters properties * IntPathParameter matches value using isdecimal()
0.8.1
Features
* Cache-Control public directive support for responses * pypy3 supported
0.8.0
Features
* Cache-Control header support for responses
0.7.2
Features
* ETag handling (strong -> weak) for compressed responses * changed typing info for readonly dicts to Mapping