Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Releases: apiaryio/fury-adapter-swagger

0.15.0

06 Nov 14:18
06ea645
Compare
Choose a tag to compare

Enhancements

  • Sample values are now generated for data structures of object and array types.
  • Request/Response pairs are now generated from explicit examples, or the first
    JSON produces content-type.

0.14.0

03 Oct 15:18
Compare
Choose a tag to compare

0.14.0

Bug Fixes

  • Request and response pairs are now created for all combinations of produces,
    and consumes content types. This includes multiple JSON content types which
    we're previously discarded and non-JSON content types.
  • multipart/form-data consumes type is no longer replaced by
    application/x-www-form-urlencoded when formData parameters are provided.
    #96

0.13.3

25 Aug 22:56
Compare
Choose a tag to compare

Bug Fixes

  • Parameter default, example and enumerations values are now validated against
    the parameter type. Invalid values will emit warnings and be discarded, this
    resolves further problems when handling the invalid values.
  • Data Structure generation will now support integer JSON Schema type.

0.13.2

25 Aug 22:56
Compare
Choose a tag to compare

Bug Fixes

  • HOST metadata was incorrectly included in an attribute called meta. The
    attribute was renamed to metadata in API Elements 1.0.
  • Fixes an issue where auth scheme elements are re-used multiple times in
    a parse result which can cause exceptions when the parse result is frozen.

0.13.1

11 Aug 20:30
Compare
Choose a tag to compare

Bug Fixes

  • Handle array parameters which contain enumerations.

0.12.1

21 Jul 14:19
Compare
Choose a tag to compare

Enhancements

  • Support allOf in object JSON Schemas when producing object data structure
    elements.

0.12.0

21 Jul 14:12
Compare
Choose a tag to compare
  • Updates to fury 3.0.0-beta.3 which supports Refract 1.0 serialisation
    rules.

0.12.0-beta.3

21 Jul 14:12
Compare
Choose a tag to compare
  • Updates to fury 3.0.0-beta.2.

Bug Fixes

  • Adds support for csv and multi parameter collectionFormat for query
    parameters.

  • Parameters which define both an example (x-example) and items schema will
    now use the x-example value as the example.

  • URI Template variables are now correctly escaped.

0.12.0-beta.2

21 Jul 14:12
Compare
Choose a tag to compare

Bug Fixes

  • Data Structure generation from JSON Schema handles array items which
    contain empty values.

0.9.3

30 Aug 10:41
Compare
Choose a tag to compare

Bug Fixes

  • Added support to exclude extensions from operations