Releases: temando/open-api-renderer
Releases · temando/open-api-renderer
v0.4.0
Added
- #115 Show security schema per method, it'd be collapsed by default.
Changed
- Bump
json-schema-ref-parser
dependency, which removes Promises
and TypedArrays
polyfills.
Fixed
- #204 Linclon learnt to only display the Authentication section when there was security information in the definition.
v0.3.0
Added
- #199
navigationMethodDisplayType
parameter is added for better customisation of the navigation on the left. (thanks @Szasza)
v0.2.1
Added
- Updated example object rendering support the summary, description, and value attributes (thanks @Szasza!)
- Implement CHANGELOG handling with
changelog-verify
and version-changelog
.
Fixed
- #196 Validation changed to use POST instead of GET (thanks @Szasza!)
v0.2.0
Changed
- Various styling enhancements to typography and colours.
- Various package upgrades (both
dependencies
and devDependencies
)
Fixed
- #192 Swap
isomorphic-fetch
for fetch-everywhere
to prevent ReferenceError: self is not defined
error.
- #176 Lincoln learnt how to handle circular reference in schema.
v0.1.0
Added
- #91 Lincoln learnt how to display
additionalProperties
.
- #157 Lincoln learnt how to display
servers
and path information.
- #112 Lincoln learnt how to display
externalDocs
.
v0.0.6
Merge pull request #171 from nfour/fix-trav
Make travis just work