Skip to content

Latest commit

 

History

History
264 lines (166 loc) · 6.04 KB

CHANGELOG.rst

File metadata and controls

264 lines (166 loc) · 6.04 KB

Changelog

0.11.4 (2022-08-11)

Bug fixes:

0.11.3 (2022-08-10)

Bug fixes:

0.11.2 (2022-08-09)

Bug fixes:

0.11.1 (2022-03-29)

Bug fixes:

0.11.0 (2020-10-25)

Features:

Other changes:

  • Backwards-incompatible: Drop Python 3.5 compatibility. Only Python>=3.6 is supported.

0.10.1 (2020-10-25)

Bug fixes:

This is the last release to support apispec<4.

0.10.0 (2020-08-27)

Features:

Other changes:

  • Backwards-incompatible: Drop Python 2 compatibility. Only Python>=3.5 is supported.
  • Backwards-incompatible: Drop marshmallow 2 compatibility. Only marshmallow>=3.0 is supported.

0.9.0 (2020-05-27)

Features:

0.8.8 (2020-03-29)

Bug fixes:

0.8.7 (2020-03-10)

Bug fixes:

0.8.6 (2020-03-01)

Bug fixes:

0.8.5 (2020-01-05)

Bug fixes:

0.8.4 (2019-12-04)

Bug fixes:

0.8.3 (2019-09-17)

Bug fixes:

0.8.2 (2019-09-16)

Bug fixes:

0.8.1 (2019-06-22)

Bug fixes:

0.8.0 (2019-02-13)

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 (2018-07-01)

Features:

0.6.1 (2018-06-25)

Bug fixes:

0.6.0 (2018-03-11)

Features:

0.5.0 (2018-03-04)

Features:

0.4.2 (2017-10-23)

Bug fixes:

0.4.1 (2017-10-08)

Bug fixes:

0.4.0 (2017-06-18)

Features:

Bug fixes:

Other changes:

  • Test against Python 3.6. Drop support for Python 3.3.
  • Support apispec>=0.17.0. Thanks :user:`rth` for fixing support for 0.20.0.

0.3.2 (2015-12-06)

0.3.1 (2015-11-12)

0.3.0 (2015-11-11)

  • Bundle templates and static files with install. Thanks :user:`bmorgan21.`
  • Use readthedocs for documentation.

0.2.0 (2015-11-03)

  • Add FlaskApiSpec Flask extension.
  • Serve Swagger and Swagger-UI automatically.
  • Reorganize file structure.

0.1.3 (2015-11-01)

  • Rename to flask-apispec.
  • Update to latest version of apispec.

0.1.2

  • Update to latest version of webargs.

0.1.1

  • Restrict inheritance to HTTP verbs.

0.1.0

  • First release.