Releases: apigee-127/swagger-converter
Releases · apigee-127/swagger-converter
v2.0.0
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.4.1
Version 1.4.1
a7f9e21 Sort tags to stable convertion result
1.3.0
Version 1.3
d4ee98a Ensure that tags is made from unique part of path. Fixes #64
1.2.0
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
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
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
Tons of bug fixes and improvements
Thanks to @IvanGoncharov for contributing heavily to this project.