relnotes_swagger converter - apigee-127/a127-documentation GitHub Wiki
apigee-127/swagger-converter release notes
Release v0.1.0 - 12-15-2014
Commits
- Adjustments to buildParameter function + tests
Related to #7
- Add miniified browser.min.js and update the build script
- Build browser files before publishing
- Add test to make sure input object is not being modified
- parseInt filed.minimum/maximum only if type is integer
- Add Swagger tools validation test
- Fix #6 - Don't modify input object`
- 0.0.6
- 0.1.0
Apigee-127 specific dependencies
None
Release v0.0.5 - 12-11-2014
Commits
- Browserify browser.js
- 0.0.5
Apigee-127 specific dependencies
None
Release v0.0.4 - 12-11-2014
Commits
- Fixed bug in authorization scope converstion
Was not carrying over the scope's description
- Fix protocol colon issue Fixed #5
- Do not fix references that have already been fixed
This is a result of the API altering the input document which has been reported here: https://github.com/apigee-127/swagger-converter/issues/6
- Fix problem where references were create for primitive types
- Clean up
- Add browser support and bower
- Make apiDeclarations optional
- Typo
- 0.0.4
Apigee-127 specific dependencies
None
Release v0.0.3 - 12-11-2014
Commits
- Make the API Sync
Do not resolve/walk/read files Fixes #3
- Update docs for Sync API
Fixed #4
- 0.0.3
Apigee-127 specific dependencies
None
Release v0.0.2 - 12-11-2014
Commits
- Add README documents
- Add License
- fix code sample
- Add support for converting Swagger 1.2 authorization definitions
- Convert model properties that have references
- Convert default/maximum/minimum values everywhere
Handles integer/number conversion Prior to this commit, maximum/minimum was not converted for parameters
- Convert hierarchical models
- Coding Style
- Re-order function
- Break down basePath into Swagger 2.0 components
basePath in swagger 1.2 can be full URL. Break it down to scheme, host and basePath in 2.0 Fixed #1
- Add "title was not specified" for empty titles
Title is required. Put empty title for documents that don't have title Fixed #2
- 0.0.2
Apigee-127 specific dependencies
None
Release v0.0.1 - 12-10-2014
Commits
None
Apigee-127 specific dependencies
None
DONE