* FlaskPlugin: Allow passing an app to ``spec.path`` (:pr:`33`). Thanks :user:`ramshaw888`.
0.3.0
++++++++++++++++++
* FlaskPlugin: Don't add APPLICATION_ROOT to paths (:issue:`19`).
0.2.0
++++++++++++++++++
* Fix compatibility with apispec 1.0.0b5. Older versions are not supported.
0.1.0
++++++++++++++++++
* Test against Python 3.7. * Rework dev environment for consistency with apispec and marshmallow. This also makes it easier for apispec to run tests against this project's test suite
0.0.2
++++++++++++++++++
* Include tests in the package so that they can be run with the apispec test suite.