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

Releases: apiaryio/api-elements.js

@apielements/[email protected]

15 Sep 17:06
ec131f1
Compare
Choose a tag to compare

@apielements/[email protected]

02 Sep 12:07
e2a8c75
Compare
Choose a tag to compare

Enhancements

  • Enable synchronous serialization.

@apielements/[email protected]

02 Sep 12:07
e2a8c75
Compare
Choose a tag to compare

Enhancements

  • Enable synchronous serialization.

@apielements/[email protected]

02 Sep 12:06
e2a8c75
Compare
Choose a tag to compare

Enhancements

Added serializeSync method to Fury.

@apielements/[email protected]

02 Sep 12:04
e2a8c75
Compare
Choose a tag to compare

Enhancements

  • Enable synchronous serialization.

@apielements/[email protected]

24 Aug 10:40
Compare
Choose a tag to compare

Enhancements

  • Add indentation to the JSON serialisation output.

@apielements/[email protected]

19 Aug 10:16
Compare
Choose a tag to compare

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]

19 Aug 10:16
Compare
Choose a tag to compare

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]

06 Aug 15:21
Compare
Choose a tag to compare

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]

22 Jul 14:03
Compare
Choose a tag to compare

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.