Releases: temando/open-api-renderer
Releases · temando/open-api-renderer
v0.4.0
Compare
Sorry, something went wrong.
No results found
brendo
released this
15 Jan 05:33
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
Compare
Sorry, something went wrong.
No results found
brendo
released this
24 Oct 08:24
Added
#199 navigationMethodDisplayType parameter is added for better customisation of the navigation on the left. (thanks @Szasza )
v0.2.1
Compare
Sorry, something went wrong.
No results found
brendo
released this
18 Oct 13:23
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
Compare
Sorry, something went wrong.
No results found
brendo
released this
14 Sep 07:19
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
Compare
Sorry, something went wrong.
No results found
brendo
released this
17 Jul 02:00
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
Compare
Sorry, something went wrong.
No results found
brendo
released this
07 Jul 09:42
Merge pull request #171 from nfour/fix-trav
Make travis just work