- [apispec.ext.marshmallow]: Fix swagger location mapping for ``default_in`` param in fields2parameters (:issue:`156`). Thanks :user:`decaz`.
0.25.3
Not secure
+++++++++++++++++++
Bug fixes:
- [apispec.ext.marshmallow]: Correctly handle multiple fields with ``location=json`` (:issue:`75`). Thanks :user:`shaicantor` for reporting and thanks :user:`yoichi` for the patch.
0.25.2
Not secure
+++++++++++++++++++
Bug fixes:
- [apispec.ext.marshmallow]: Avoid AttributeError when passing non-dict items to path objects (:issue:`151`). Thanks :user:`yoichi`.
0.25.1
Not secure
+++++++++++++++++++
Bug fixes:
- [apispec.ext.marshmallow]: Fix ``use_instances`` when ``many=True`` is set (:issue:`148`). Thanks :user:`theirix`.
0.25.0
Not secure
+++++++++++++++++++
Features:
- [apispec.ext.marshmallow]: Add ``use_instances`` parameter to ``fields2paramters`` (:issue:`144`). Thanks :user:`theirix`.
Other changes:
- Don't swallow ``YAMLError`` when YAML parsing fails (:issue:`135`). Thanks :user:`djanderson` for the suggestion and the PR.
0.24.0
Not secure
+++++++++++++++++++
Features:
- [apispec.ext.marshmallow]: Add ``swagger.map_to_swagger_field`` decorator to support custom field classes (:issue:`120`). Thanks :user:`frol` for the suggestion and thanks :user:`dradetsky` for the PR.