Skip to content

Releases: temando/open-api-renderer

v0.4.0

15 Jan 05:33
Compare
Choose a tag to compare

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

24 Oct 08:24
Compare
Choose a tag to compare

Added

  • #199 navigationMethodDisplayType parameter is added for better customisation of the navigation on the left. (thanks @Szasza)

v0.2.1

18 Oct 13:23
Compare
Choose a tag to compare

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

14 Sep 07:19
Compare
Choose a tag to compare

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

17 Jul 02:00
Compare
Choose a tag to compare

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

07 Jul 09:42
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
Merge pull request #171 from nfour/fix-trav

Make travis just work