Releases: rapi-doc/RapiDoc
Releases · rapi-doc/RapiDoc
Release 5.3.1
Release 5.3.0 (New Features)
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
Changes
- Added support for nested
all-of
,one-of
andany-of
combo
Release 5.2.1 (Minor Bug Fixes)
Bug Fixes
- example generation for certain corner cases is taken care of
Others
- Added more examples
- upgraded packages
Relesease 5.2.0 (Broken Release)
Ignore this release
Release 5.1.0 (New Feature)
New Feature
- Added
loadSpec()
method to allow programmatically loading json spec objects
Release 5.0.6 (Minor Bug Fixes)
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)
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
Bug Fixes
- If
server
orhost
is not specified in spec , then it is defaulted tolocation.origin
- In swagger-v2 spec if
scheme
is not specified then it is defaulted tolocation.protocol
- API Response description now supports markdown
Release 5.0.3
Bug Fixes
- Fixed few issues while dealing with multiple security scheme