Skip to content

Release 8.4.0

Compare
Choose a tag to compare
@mrin9 mrin9 released this 25 Nov 06:46
· 855 commits to master since this release

New Features

#347 - adds functionality to fill and clear request parameters with example
#307 - allow hiding side navigation bar
#268 - allow arranging path by summary

Changes

#344 - display tags Navigation Bar and View Mode in primary color
#338 - do not allow to set cookies in security scheme

Fixes

#257 - array of array in schema is now represented properly
#334 - curly braces in links should be replaced with hyphen(-) to avoid url-encoding
#333 - remove duplicate accept header params from curl syntax
#343 - removes trailing from curl syntax if there is not query-string value provided
#342 - add support for more media types in api-request other than just application/octet-stream
#306 - do not reset form after try - remove 2-way live binding
#320 - do not send redirect_uri in OAuth to fetch access-token for client-credential flow
#353 - remove cache-control header from request
#349, #350, #351 - Various improvements and fixes was added by @sneakyvv for displaying complex schema structures and generating examples. Thank you @sneakyvv !!!