Skip to content

Latest commit

 

History

History
174 lines (112 loc) · 4.15 KB

CHANGELOG.rst

File metadata and controls

174 lines (112 loc) · 4.15 KB

Changelog

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.