Skip to content

Releases: Huachao/vscode-restclient

v0.20.2

10 Oct 02:28
Compare
Choose a tag to compare

v0.20.1

09 Oct 04:00
Compare
Choose a tag to compare

v0.20.0

09 Oct 03:58
Compare
Choose a tag to compare

v0.19.0

28 Jun 07:49
Compare
Choose a tag to compare

v0.18.0

v0.17.0

31 Jan 07:29
Compare
Choose a tag to compare

v0.16.0

30 Oct 04:52
Compare
Choose a tag to compare

v0.15.0

v0.14.0

03 Apr 03:00
Compare
Choose a tag to compare

v0.13.0

20 Mar 13:17
Compare
Choose a tag to compare
  • Feature: Allow preview response in untitled document directly to use the full power of VS Code to search, select or manipulate the response
  • Feature: Support saving response body to corresponding file according to response MIME type, and also provide setting rest-client.mimeAndFileExtensionMapping to overwrite the saved file extension
  • Feature: Display break down response timing details(Socket, DNS, TCP, First Byte and Download) in tooltip of duration status bar
  • Feature: Display breakdown response size(headers and body) in tooltip of size status bar
  • Bug Fix: Fix auto completion not working sometimes
  • Bug Fix: Image display issue
  • Improvement: Full support multipart/form-data request
  • Improvement: Update Run Request to Send Request in code lense text
  • Improvement: Make global variable randomInt as a snippet string when inserting