Skip to content

Release 6.0.0

Compare
Choose a tag to compare
@mrin9 mrin9 released this 22 Oct 00:17
· 1360 commits to master since this release

Breaking Changes

  • allow-api-list-style-selection option is now false by default (it used to be true)

UI Changes

  • Only one response status code is visible at a time. Earlier all status codes were laid out one below the other

New features

  • A new way to present your spec thats suitable for reading Demo
  • Multiple way to display schemas (Object Notation and Tabular Notation)
  • Added Support for Dynamic Query parameters #61
  • Schema-Tree- all the descriptions (at any level) are now aligned. they are minimized by default

Bug Fixes

  • Taken care of a case where example can contain recursive references
  • calling loadSpec() will not wipe out certain attributes #62
  • User-defined examples (block of xml, text or json ) are rendered as expected

Others

  • Added more documentation, examples and test cases