Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

5.0.0-rc.1

Compare
Choose a tag to compare
@kylef kylef released this 17 Mar 11:15
· 70 commits to master since this release

Breaking

  • Parsing and serialisation options in the C API of Drafter contain breaking changes. Direct access to the option structures are no longer possible, a new API layer has been added for the options. See drafter_init_parse_options and drafter_serialize_options respectively.

Enhancements

  • Improved support for URI Template. Drafter supports up to, and including level 4 of URI Template. This includes support for the URI Template explode (*) modifier, and reserved value operator (+), and others.

    #553 #456 #630

  • Added support for JSON Schema Draft 7 in schema generation from MSON. JSON Schemas are now generated using Draft 7 instead of Draft 4.