Release 8.1.2
If you look inside the minified code, you will find it is tagged with
v8.1.1
However the actual source is from8.1.2
this is happening due to a glitch in our build pipeline. we are working on it to fix the issue. For now please ignore this issue
Bug Fixes
- #234, #266 form-data fields should show schema info
- #236 Indicate proper API key near the TRY button
- #238 for missing type in schema, do not overwrite the description
- #249 Remove charset utf8 (thanks @Uzlopak for the PR)
- #259 Request body Examples JSON should be stringified
Improvements
- Components on the left bar is clickable (Thanks @dahu33 for PR #265 )
- #233 Improved Markdown style for response header description
- #240 Various style enhancements
- Add support for enums in server variable object (Thanks @siavashs for the PR #250)
- API responding with images can be viewed (Thanks @meztez for the PR #252)