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

0.22.0

Compare
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.