* Fix passing ``default_in`` argument when generating parameters (:issue:`165`). Thanks :user:`d42` for reporting and thanks :user:`zzz4zzz` for the fix.
0.8.3
******************
Bug fixes:
* Fix compatibility with apispec>=3.0.0 (:issue:`163`). Thanks :user:`decaz`.
0.8.2
******************
Bug fixes:
* Handle multiple locations when using use_kwargs multiple times on the same view (:issue:`78`). Thanks :user:`norbert-sebok` for the PR and thanks :user:`shrsubra` for updating it.
0.8.1
******************
Bug fixes:
* Fix support for ``post_load`` methods that return a non-dictionary object (:issue:`103`). Thanks :user:`erezatiya` for reporting and thanks :user:`elatomo` for the PR. * Restrict marshmallow version based on Python version (:pr:`150`).
0.8.0
******************
Features:
* Supports apispec>=1.0.0 (:issue:`130`). Older apispec versions are no longer supported. Thanks :user:`DStape` for the PR. * Upgrade swagger-ui to version 3.20.7.
0.7.0
++++++++++++++++++
Features:
* Supports apispec>=0.39.0 (:issue:`105`). Older apispec versions are no longer supported. * Upgrade swagger-ui to version 3.17.2 (:issue:`76`). Thanks :user:`paxnovem`.