Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

0.22.0

Choose a tag to compare

@kylef kylef released this 11 Oct 13:28
· 37 commits to master since this release
233feac

Enhancements

  • Adds a dataStructures section to the parse result containing every data structure found within the definitions section of a Swagger document. We now use referencing between data structures found within a request or response data structure which generally makes parse results smaller instead of duplicating the data structure contents.

Bug Fixes

  • Adds support for primitive request bodies.