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