* 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`.
0.6.1
++++++++++++++++++
Bug fixes:
* Fix resolution of path parameters (:issue:`92`). Thanks :user:`DStape` for the fix.
0.6.0
++++++++++++++++++
Features:
* Support marshmallow 3 beta. Thanks :user:`tonycpsu` for the PR.
0.5.0
++++++++++++++++++
Features:
* Allow a schema factory to be passed to `use_args` and `use_kwargs` (:issue:`79`). Thanks :user:`decaz` for the PR.