Api Elements.js Versions Save

Library for consuming API Elements in JavaScript

@apielements/[email protected]

3 years ago

Initial release

@apielements/[email protected]

3 years ago

Enhancements

  • Enable synchronous serialization.

@apielements/[email protected]

3 years ago

Enhancements

  • Enable synchronous serialization.

@apielements/[email protected]

3 years ago

Enhancements

Added serializeSync method to Fury.

@apielements/[email protected]

3 years ago

Enhancements

  • Enable synchronous serialization.

@apielements/[email protected]

3 years ago

Enhancements

  • Add indentation to the JSON serialisation output.

@apielements/[email protected]

3 years ago

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]

3 years ago

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]

3 years ago

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]

3 years ago

Bug Fixes

  • Improvements to generation of JSON message bodies to add more cases where example property of a Schema Object will be respected.
    #515