Skip to content

Releases: rapi-doc/RapiDoc

Release 5.3.1

06 Oct 23:25
Compare
Choose a tag to compare

Fixes

  • #57 support for array examples
  • #58 extra white space in response text taken care of
  • #53 Showing default value (if exist) for parameters and schema models

Release 5.3.0 (New Features)

30 Sep 01:57
Compare
Choose a tag to compare

New Features

  • New option to group APIs by tag or by path
  • New option to disallow api server selection by @FlaxHaxx

Fixes

  • Required field indicator is now color coded

Release 5.2.2

20 Sep 05:11
Compare
Choose a tag to compare

Changes

  • Added support for nested all-of , one-of and any-of combo

Release 5.2.1 (Minor Bug Fixes)

18 Sep 17:22
Compare
Choose a tag to compare

Bug Fixes

  • example generation for certain corner cases is taken care of

Others

  • Added more examples
  • upgraded packages

Relesease 5.2.0 (Broken Release)

17 Sep 20:55
Compare
Choose a tag to compare

Ignore this release

Release 5.1.0 (New Feature)

03 Sep 23:54
Compare
Choose a tag to compare

New Feature

  • Added loadSpec() method to allow programmatically loading json spec objects

Release 5.0.6 (Minor Bug Fixes)

30 Aug 01:37
Compare
Choose a tag to compare

Bug Fixes

  • Display contact information and Terms from the spec
  • Disable TRY button during the API call
  • Display appropriate error for incorrect spec location

Release 5.0.5 (Minor Bug Fixes)

01 Jul 07:49
Compare
Choose a tag to compare

Bug Fixes

  • Incorrectly using query-string delimiter when sending api-key in query-string
  • fixed double encoding of query-string params
  • incorrectly assuming ceratain fields in the spec to be mandatory

Release 5.0.4

29 May 05:44
Compare
Choose a tag to compare

Bug Fixes

  • If server or host is not specified in spec , then it is defaulted to location.origin
  • In swagger-v2 spec if scheme is not specified then it is defaulted to location.protocol
  • API Response description now supports markdown

Release 5.0.3

20 May 21:27
Compare
Choose a tag to compare

Bug Fixes

  • Fixed few issues while dealing with multiple security scheme