- Add error list to API reference
- Change oas url constructor to be entire config parameter and not only partial
- Bump websocket-extensions, fixes CVE-2020-7663
- Bump rails, fixes CVE-2020-8165, CVE-2020-8164, CVE-2020-8162
- Add instructions for docker on windows #68
- Add nested array rendering support
- Bump nexmo-markdown-renderer to v0.3
- Add ability to customize OAS github's repo
- Use volta2 styles
- Fix an issue when the description is
nil
- Include nexmo-markdown-renderer
- Remove white box surrounding HTTP responses
- Allow multi-depth
oneOf
definitions - Render endpoint's description as markdown
- Use schema's description when there isn't one at the parameter level
- Prevent sinatra from showing error traces, use custom 500 page instead
- Bump oas_parser to version 0.23.0. Ensures interoperability between JSON and YAML formats by forcing keys to be strings
- Make tabs clickable
- Fix rendering of different versions
- Render required tag for oneOf request bodies
- Remove the need to have a
definitions
folder, just specify the correct path inOAS_PATH
- Remove OAS constraints, since they are not needed to run this standalone
- Upgraded to Rails 6
- Add
reports
to open_api docs' constraints - Make tab selection with
x-tab-id
trigger all tabs (support for request bodies) - Remove CSS styling for tutorial links
- Add
vonage-business-cloud/reports
to open_api docs' constraints
- First version!