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

0.20.0

Compare
Choose a tag to compare
@kylef kylef released this 04 Sep 17:05
· 57 commits to master since this release

Enhancements

  • The API Version is now exposed in the parse result. The API category now
    contains a version attribute including the API version.

  • Circular references are now supported in schemas and JSON and JSON Schemas
    will now be present in parse results when you use circular references.

Bug Fixes

  • Example values in a Schema Object will now be placed into the dataStructure
    as a value instead of inside samples in cases where there isn't already a
    value.