alysivji / falcon-apispec

apispec plugin that generates OpenAPI specification (aka Swagger Docs) for Falcon web applications.
MIT License
44 stars 31 forks source link

Update to APISpec 1.3.3 #10

Closed dillonco closed 5 years ago

dillonco commented 5 years ago

The only breaking change was .add_path() which was renamed to .path() and the response codes are now strings.

Also slipped in a little typo fix in the arguments for test_resource_with_metadata and updated spec.definition to the new call in the README.

Related to this bug report: https://github.com/alysivji/falcon-apispec/issues/9

codecov-io commented 5 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   97.05%   97.05%           
=======================================
  Files           3        3           
  Lines          34       34           
=======================================
  Hits           33       33           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 45e83e2...3897165. Read the comment docs.

alysivji commented 5 years ago

Thanks @dillonco! I will try to cut a release and upload to PyPI during downtime today.