- `prefix` and `in_place` params. [commit 5aec5e1](https://github.com/maximdanilchenko/aiohttp-apispec/commit/5aec5e102543f4013053d010636bc0c38525cd06)
- Specified read encoding to allow pip install on Windows. [commit be3c071](https://github.com/maximdanilchenko/aiohttp-apispec/commit/be3c0716474cec2f450ca3c7a04d0e66e30228f1)
- Compatibility with `apispec` 3.0 and drops support of <3.0. Closes 63. [commit 4e76b52](https://github.com/maximdanilchenko/aiohttp-apispec/commit/4e76b52a93f723c96221e75ed09e6b50f34ee545)
- Compatibility with `marshmallow` 3.0 in tests.