Skip to content

Releases: rapi-doc/RapiDoc

Release 5.0.0 (download octet-stream responses)

05 May 08:43
Compare
Choose a tag to compare

Breaking Changes

  • server attribute is now changed to server-url

New Features

  • Responses with content-type as octet-stream can now be downloaded and saved as a file

Bug Fixes

  • server-url was not working as expected

Release 4.3.0

02 May 19:28
Compare
Choose a tag to compare

New Features

  • Added a new Header solt (to add custom html in header)
  • Added Example to show how custom HTML functionality can be incorporated

Bug Fixes

  • Sending accept request-header if specified in the spec

Release 4.2.11

28 Apr 17:44
Compare
Choose a tag to compare

Fixes

  • Objects required properties are now annotated with star (*) symbol

Release 4.2.9

15 Apr 18:55
Compare
Choose a tag to compare

Updates

Increased default monospaced font size from 12px to 14px

Release 4.2.7

11 Apr 21:31
Compare
Choose a tag to compare

Fixes

  • Examples, if provided for path and query param is auto-loaded into the text box
  • TextArea will maintain its size (if user resized it) across the TRY calls

Release 4.2.6

28 Mar 16:29
Compare
Choose a tag to compare

Updates

  • API Listing are now sorted by Tags

Release 4.2.4 (Bug Fixes)

23 Mar 06:18
Compare
Choose a tag to compare

Bug Fixes

  • If an example is provided for a schema, then display the example instead of auto-generating one from schema

Release 4.2.3 (Minor Typo)

23 Mar 02:46
Compare
Choose a tag to compare

Bug fix

  • Fixed a minor typo

Release 4.2.2 (Bug Fixes)

23 Mar 02:30
Compare
Choose a tag to compare

Bug Fixes

  • Generation of curl syntax where spec do not contain host information
  • Url encoding of query and path parameters
  • Specs spanning across multiple files was incorrectly referencing relative json ref pointers

Release 4.2.1 (Handle large specs better)

17 Mar 21:14
Compare
Choose a tag to compare

Performance

Improved on handling large multi-file specs containing circular refs

Depreciation

deprecated attribute resolve-circular-refs : true/false which was introduced in release 4.2.0 as a workaround to handle performance issues with large specs