Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 987 Bytes

CHANGELOG.rst

File metadata and controls

53 lines (34 loc) · 987 Bytes

Changelog

0.4.0 (unreleased)

Features:

  • Add resource_class_args and resource_class_kwargs to FlaskApiSpec.register for passing constructor arguments to MethodResource classes. Thanks @elatomo.

0.3.2 (2015-12-06)

  • Fix Swagger-UI favicons. Thanks @benbeadle.

0.3.1 (2015-11-12)

  • Update Swagger-UI assets. Thanks @evocateur.

0.3.0 (2015-11-11)

  • Bundle templates and static files with install. Thanks @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.