- [Complete support of all responses docs fields](241eb35922ee9630782c02cbeadb5b390da439b1)
1.0.1
- Drop support of `request.data` param - Drop support of old validation middleware function - Some fixes for documenting responses - Add more tests for documenting responses - Renamed decorators from `use_kwargs` to `request_schema` and from `marshal_with` to `response_schema`(40)
0.9.2
- Added `MANIFEST.in` file to project so some stupid issues like in 39 will not occur again.
0.9.1
- Support of apispec>=1.0.0 (Also closes 37 and 34). Early versions are not supported because of backwards-incompatible changes in apispec api.
0.8.0
- removed deprecated `apispec` interface (`spec.setup_plugin`) - removed old deprecetion warnings about `AiohttpApiSpec` class