Skip to content

Releases: apigee-127/swagger-converter

v2.0.0

03 Dec 04:55
7ee5337
Compare
Choose a tag to compare

Version 2.0.0

BREAKING CHANGES:

  • Remove Bower support
  • Set Node10 is minimal supported Node version

3be0f3f Don't generate default 200 response if any 2xx response is present (#84) by @joepeding
e8502bb Fixed simple array of in type and responseModel (#83) by @shelbys

1.5.1

28 Jan 13:40
8c3e199
Compare
Choose a tag to compare

Version 1.5.1

949a9b7 Allow "x-" properties in operations (#81) by @bobvanderlinden

1.4.4

03 May 15:32
06339f0
Compare
Choose a tag to compare

Version 1.4.4

b552916 Add maxItems and minItems to schemas(#79) by @bobby-brennan

1.4.1

30 Mar 20:14
Compare
Choose a tag to compare

Version 1.4.1

a7f9e21 Sort tags to stable convertion result

1.4.0

15 Mar 00:55
Compare
Choose a tag to compare

Version 1.4

d4ee98a Add 'buildTagsFromPaths' option, see options.

1.3.0

10 Mar 00:36
Compare
Choose a tag to compare

Version 1.3

d4ee98a Ensure that tags is made from unique part of path. Fixes #64

1.2.0

25 Feb 18:57
Compare
Choose a tag to compare

Version 1.2

Thanks to 446f70c conversion result became stable that mean each time you run conversion you receive exact same Swagger 2.0 file.
Another change is 796e8f9 which fix convertions of inplace sub-schemas.

1.1.0

06 Dec 15:46
Compare
Choose a tag to compare

Version 1.1

  • 446f70c Add 'listApiDeclarations function.
  • f92ad35 Add option to globally override collectionFormat.
  • 677b6e0 Keep example property under swagger 1.2 model and property
  • 29f7c56 Allow specify tags.

1.0.1

09 Nov 16:54
Compare
Choose a tag to compare

Version 1.0

  • 7cd9f6a / 7cd9f6a New API
  • 830bf28 Allow vendor extension attributes for parameters.
  • 997e264 Use browserify for exposing globals in the browser

0.2.0

29 Sep 14:12
Compare
Choose a tag to compare

Tons of bug fixes and improvements

Thanks to @IvanGoncharov for contributing heavily to this project.