This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Releases: apiaryio/drafter
Releases · apiaryio/drafter
v2.0.0-pre.1
v2.0.0-pre.1
v2.0.0-pre.0
v2.0.0-pre.0
Refract Release
This is a backward-incomatible release which changes the following:
- Updated snowcrash to v1.0.9
- Changes the default output format of the CLI (command line interface) to use Refract elements elements via the API Description Namespace
- Added a new
type
to the CLI which defaults torefract
but can be changed toast
to get API Blueprint AST returned. - A second input argument is added to the C++ API
drafter::WrapBlueprint
which can be eitherdrafter::RefractASTType
returning the API Description Namespace ordrafter::NormalASTType
returning the API Blueprint AST - A third input argument is added to the C++ API
drafter::WrapResult
which can be eitherdrafter::RefractASTType
returning the Parse Result Namespace without the Annotation and Source Map ordrafter::NormalASTType
returning the API Blueprint AST Parse Result - A third input argument is added to the C-interface API
drafter_c_parse
which can be eitherDRAFTER_REFRACT_AST_TYPE
orDRAFTER_NORMAL_AST_TYPE
to denote the type of the Parse Result that will be returned. - Improved the CLI help message
Snowcrash v1.0.9
Maintenance Release: Serialization fixes
This release contains a fix for some JSON Serialisation bugs.