Releases: rapi-doc/RapiDoc
Releases · rapi-doc/RapiDoc
Release 4.2.2 (Bug Fixes)
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)
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
Release 4.2.0
New Features
- new attribute
resolve-circular-refs
allows you to enable/disable resolving circular refs in the spec
Bug Fixes
- Fix multiple value field's color scheme in dark mode
Release 4.1.0 (curl syntax)
New Features
curl
syntax generation- Added an ability to submit multiple values for a field ( array parameters)
Bug Fixes
- Fix a build issue when using
npm
- Fix formatting of
json
responses in firefox - Do not send empty fields while making API calls
- Fix submission
multipart/form-data
(boundary was missing)
Release 4.0.0 (API Search functionality)
Breaking changes
show-try
attribute is renamed toallow-try
show-authentication
attribute is renamed toallow-authentication
New Features
- Search API functionality
- Following new attributes are added
allow-search
allow-spec-url-load
allow-spec-file-load
Bug Fixes
- Fixed an issue where spec has no schema for some request and response
- Style fixes -
number
type in schema was not getting color coded
Release 3.2.2
Fixed issues with responsive styling
Release 3.2.0
Added responsive feature.
Release 3.1.1
Minor fixes to styles, and improved documentation
Release 3.1.0
- Added ability to change logo
- Allow adding external html content
- Bug fixes
- Style fixes
Release 2.0.0 (API Console)
- Included API console along with HTTP and Token Based Authentication
- Added options to provide the api-key, api-token and api-server
- Reduced size for faster load
- New sections added
- API Server
- Authentication