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.
Features:
- Supports apispec>=0.39.0 (:issue:`105`). Older apispec versions are no longer supported.
- Upgrade swagger-ui to version 3.17.2 (:issue:`76`). Thanks :user:`paxnovem`.
Bug fixes:
- Fix resolution of path parameters (:issue:`92`). Thanks :user:`DStape` for the fix.
Features:
- Support marshmallow 3 beta. Thanks :user:`tonycpsu` for the PR.
Features:
- Allow a schema factory to be passed to use_args and use_kwargs (:issue:`79`). Thanks :user:`decaz` for the PR.
Bug fixes:
- Fix wrapping of data parsed by schema with
many=True
(:issue:`64`). Thanks :user:`decaz` for the catch and patch.
Bug fixes:
- Include static assets for swagger-ui in distribution (:issue:`28`, :issue:`57`). Thanks :user:`ArthurPBressan` for reporting.
Features:
- Add resource_class_args and resource_class_kwargs to FlaskApiSpec.register for passing constructor arguments to MethodResource classes. Thanks :user:`elatomo.`
- Add FlaskApiSpec.init_app method to support app factories (:issue:`21`). Thanks :user:`lafrech` for the suggestion and thanks :user:`dases` for the PR.
- Defer registering views until init_app is called. Thanks :user:`kageurufu` for the PR.
- Add support for documenting headers and query params (:issue:`32).` Thanks :user:`rodjjo.`
- Upon calling
FlaskApiSpec(app)
, register rules which have already been registered onapp
(:issue:`48`). Thanks :user:`henryfjordan` for the fix.
Bug fixes:
- Return an empty list of parameters for undecorated views (:issue:`48`). Thanks :user:`henryfjordan` for the fix.
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.
- Fix Swagger-UI favicons. Thanks :user:`benbeadle.`
- Update Swagger-UI assets. Thanks :user:`evocateur.`
- Bundle templates and static files with install. Thanks :user:`bmorgan21.`
- Use readthedocs for documentation.
- Add FlaskApiSpec Flask extension.
- Serve Swagger and Swagger-UI automatically.
- Reorganize file structure.
- Rename to flask-apispec.
- Update to latest version of apispec.
- Update to latest version of webargs.
- Restrict inheritance to HTTP verbs.
- First release.