Skip to content

Release 8.3.0

Compare
Choose a tag to compare
@mrin9 mrin9 released this 29 Oct 04:36
· 911 commits to master since this release

New Features

  • Added Advance Search functionality. One of the top requested feature. Thanks to @poadoc for the PR
  • when show-components=true the NavBar will display only the components that’s referenced in the spec. Thanks to @d-mo for the PR
  • In render-style=focused and show-component=true components are shown only when there are selected on the nav-bar. Thanks to @d-mo for providing this feature
  • oAuth selected scopes are now included as a part API calls. Thanks to @JakobTeske for the PR
  • Improved rendering of one-of options #331
  • #289 allow-try and allow-server-selection are now decoupled

Fixes

  • Fixed #329 and #328 which was ignoring api-key security scheme. Thanks to @aravindanve and @dagnelies for pointing and taking care of this
  • Fixed a bug where example defined directly on array was ignored. Thanks @trebler for taking care of this
  • Fixed #330 - arrays in one-of options were not tagged as array
  • Fixed #311
  • Fixed #309
  • #292 fixed an issue with Request and Response Body Examples
  • #290 $$ref shown in responses when using external refs

Documentation Fixes

  • allow-try documentation is updated thanks @waldyrious for the PR