- [apispec.ext.marshmallow]: Use class hierarchy to infer ``type`` and ``format`` properties (:issue:`433`, :issue:`250`). Thanks :user:`andrjohn` for the PR.
1.2.1
++++++++++++++++++
Bug fixes:
- Fix error in ``MarshmallowPlugin`` when passing ``exclude`` and ``dump_only`` as ``class Meta`` attributes mixing ``list`` and ``tuple`` (:pr:`431`). Thanks :user:`blagasz` for the PR.
1.2.0
++++++++++++++++++
Features:
- Strip empty sections (components, tags) from generated documentation (:pr:`421` and :pr:`425`).
1.1.2
++++++++++++++++++
Bug fixes:
- Fix behavior when using "2xx", 3xx", etc. for response keys (:issue:`422`). Thanks :user:`zachmullen` for reporting.
1.1.1
++++++++++++++++++
Bug fixes:
- Fix passing references for parameters/responses when using ``MarshmallowPlugin`` (:pr:`414`).
1.1.0
++++++++++++++++++
Features:
- Resolve ``Schema`` classes in response headers (:pr:`409`).