This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
5.0.0-rc.1
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
anddrafter_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. -
Added support for JSON Schema Draft 7 in schema generation from MSON. JSON Schemas are now generated using Draft 7 instead of Draft 4.