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

4.0.0-pre.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kylef kylef released this 31 Oct 17:57
· 473 commits to master since this release
a60fde4

Breaking

  • The following compiler versions are supported:

    • Microsoft Visual C++ 2015 or higher
    • GCC 5.3 or higher
    • Clang 4.0 or higher
  • Deprecated API Blueprint AST support has been removed.

  • Drafter will now produce API Elements 1.0 using the Refract 1.0 JSON Serialisation format.
    Refract JSON Serialisation
    API Elements 1.0

Enhancements

  • Instead of returning int, functions that may error return drafter_error
    type. This adds additional type-safety when handling errors.

Bug Fixes

  • Fix JSON Schema "required" for multiple defined members
    #493