++++++++++++++++++
Features:
- Add ``API_SPEC_OPTIONS`` app config parameter. Thanks :user:`xalioth` for the
suggestion.
- *Backwards-incompatible*: ``Api`` accepts a ``spec_kargs`` parameter, passed
as kwargs to the internal ``APISpec`` instance. ``spec_plugins`` is removed,
plugins shall be passed as ``spec_kwargs={'plugins': [...]}``.
- *Backwards-incompatible*: Get `summary` and `description` from docstrings
(:pr:`5`).
- Add support for marshmallow 3.0.0b13. 2.x and 3b are now supported.
- Add support for apispec 1.0.0b2. 0.x and 1b are now supported.
Bug fixes:
- Document response schema correctly when using OpenAPI 3 (:issue:`8`). Thanks
:user:`ffarella` for reporting.