This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Releases: apiaryio/api-elements.js
Releases · apiaryio/api-elements.js
@apielements/[email protected]
Initial release
@apielements/[email protected]
Enhancements
- Enable synchronous serialization.
@apielements/[email protected]
Enhancements
- Enable synchronous serialization.
@apielements/[email protected]
Enhancements
Added serializeSync
method to Fury.
@apielements/[email protected]
Enhancements
- Enable synchronous serialization.
@apielements/[email protected]
Enhancements
- Add indentation to the JSON serialisation output.
@apielements/[email protected]
Enhancements
- Support serializing data structure elements.
Bug Fixes
- Fix dereferencing elements in cases where the referenced element was more than 1 parent element away from the original element in the element hierarchy.
@apielements/[email protected]
Enhancements
- Support serializing data structure elements.
Bug Fixes
- Fix dereferencing elements in cases where the referenced element was more than 1 parent element away from the original element in the element hierarchy.
@apielements/[email protected]
Enhancements
- The parser will only emit warnings for unsupported features a single time. This can dramatically increase the performance when dealing with documents which use many unsupported features.
Bug Fixes
-
Return a warning when parsing a document with a 'Media Type Object' using a text based media type when the example value is not a string Previously an invalid asset element was created which contained non-string content.
-
Moves the description from 'Server Object' variable values into the member element which contain it for consistency.
-
Fixes a case where source map information for the description of a 'Server Object' variable would be missing.
-
Prevent the generation of message body examples for text-based media types when the value is not string based. A warning will now be emitted under this circumstance.
@apielements/[email protected]
Bug Fixes
- Prevents the parser from throwing an unhandled error while parsing components which use keys which are the same as an API Element type identifier. The parser will now produce a handled error mentioning that these keys are reserved and currently unsupported in the parser.