Skip to content

Latest commit

 

History

History
548 lines (447 loc) · 41.2 KB

CHANGELOG.md

File metadata and controls

548 lines (447 loc) · 41.2 KB

0.25.1 (2022/07/06)

0.25.0 (2022/06/21)

0.24.6 (2021/11/29)

0.24.5 (2021/4/7)

0.24.4 (2020/11/9)

0.24.3 (2020/10/5)

0.24.2 (2020/8/30)

0.24.1 (2020/6/13)

0.24.0 (2020/6/12)

0.23.2 (2020/3/9)

0.23.1 (2020/1/21)

0.23.0 (2019/11/20)

0.22.2 (2019/9/25)

0.22.1 (2019/9/19)

0.22.0 (2019/7/31)

0.21.3 (2019/5/15)

0.21.2 (2019/3/6)

0.21.1 (2019/1/8)

0.21.0 (2019/1/3)

0.20.4 (2018/12/2)

0.20.3 (2018/11/1)

0.20.2 (2018/10/10)

0.20.1 (2018/10/9)

0.20.0 (2018/10/8)

0.19.1 (2018/8/7)

0.19.0 (2018/6/28)

0.18.4 (2018/5/4)

0.18.3 (2018/4/23)

0.18.2 (2018/4/17)

0.18.1 (2018/3/30)

  • Bug Fix: Fix auto autocompletion not working after introducing request variables

0.18.0 (2018/3/29)

0.17.0 (2018/1/30)

0.16.2 (2017/12/22)

0.16.1 (2017/11/17)

0.16.0 (2017/10/30)

0.15.3 (2017/9/26)

0.15.2 (2017/8/22)

0.15.1 (2017/8/3)

  • Bug Fix: Fix autocompletion not working
  • Improvement: Add backslash to escape special character(\n, \r and \t)

0.15.0 (2017/7/28)

0.14.6 (2017/6/28)

0.14.5 (2017/6/15)

0.14.4 (2017/5/16)

0.14.3 (2017/5/12)

0.14.2 (2017/5/3)

  • Bug Fix: Fix MIME types autocompletion bug
  • Improvement: Add autocompletion for Basic Auth and Digest Auth
  • Improvement: Add request body document link provider to allow user to click to referenced document

0.14.1 (2017/4/7)

0.14.0 (2017/4/3)

0.13.0 (2017/3/20)

  • 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

0.12.3 (2017/2/22)

0.12.2 (2017/2/14)

0.12.1 (2017/1/25)

0.12.0 (2017/1/15)

0.11.4 (2017/1/4)

  • Bug Fix: Fix extension publish issue

0.11.3 (2017/1/4)

  • Bug Fix: Adds right click menu options to send request and generate code snippet
  • Improvement: Add SOAP request snippet to help to build SOAP envelope

0.11.2 (2016/12/17)

  • Bug Fix: Fix extension publish issue

0.11.1 (2016/12/17)

0.11.0 (2016/12/1)

0.10.6 (2016/11/28)

  • Bug Fix: Fix regression bug to respect proxy setting

0.10.5 (2016/11/21)

  • Bug Fix: Support send file with relative path
  • Improvement: Display response body size in status bar
  • Improvement: Make three or more consecutive # at the line beginning as request block delimiter

0.10.4 (2016/11/16)

  • Improvement: Get autocompletion items from request history too
  • Improvement: Improve resolving excluded hosts logic

0.10.3 (2016/11/14)

0.10.2 (2016/11/8)

0.10.1 (2016/11/7)

0.10.0 (2016/11/3)

  • Feature: Support generate code snippets for various languages and libraries
  • Improvement: Allow copy saved response path
  • Improvement: Add description for HTTP headers in autocompletion
  • Bug Fix: Use comma to concat multiple cookies

0.9.0 (2016/10/25)

  • Feature: Add clear history command
  • Improvement: Display response header in original case

0.8.7 (2016/10/17)

0.8.6 (2016/10/14)

0.8.5 (2016/10/11)

0.8.4 (2016/9/28)

0.8.3 (2016/9/27)

  • Improvement: Support keyboard shortcut for macOS (Cmd+Alt+R for request and Cmd+Alt+H for history)
  • Bug Fix: Fix encoding an already encoded URI

0.8.2 (2016/9/22)

0.8.1 (2016/9/21)

0.8.0 (2016/9/20)

0.7.5 (2016/9/6)

  • Improvement: Improve loading performance by fetching highlight.js from local instead of CDN
  • Improvement: Add application insights for extension to collect usage data

0.7.4 (2016/8/31)

0.7.3 (2016/8/23)

0.7.2 (2016/8/17)

0.7.1 (2016/8/9)

0.7.0 (2016/8/3)

0.6.3 (2016/8/1)

0.6.2 (2016/7/26)

  • Feature: Support comments in .http and .rest files

0.6.1 (2016/7/22)

  • Bug Fix: Update README to reflect latest changes

0.6.0 (2016/7/21)

0.5.5 (2016/7/20)

0.5.4 (2016/7/13)

  • Bug Fix: Escape string header values

0.5.3 (2016/7/13)

  • Improvement: Format response of application/xml type
  • Bug Fix: Escape < and > in response headers

0.5.2 (2016/6/23)

  • Feature: Add autocompletion of MIME type for specific headers like Content-Type and Accept

0.5.1 (2016/6/17)

  • Feature: Add autocomplete for HTTP language

0.5.0 (2016/6/16)

  • Feature: Add HTTP language and syntax highlight
  • Feature: Add .http and .rest file extension associations with HTTP language

0.4.0 (2016/6/13)

0.3.1 (2016/6/6)

  • Feature: Add get and post code snippet

0.3.0 (2016/5/25)

  • Feature: Display response in a separate pane with syntax highlight

0.2.2 (2016/5/19)

  • Bug Fix: Getting history request items from previous versions

0.2.1 (2016/5/18)

  • Feature: Timeout in milliseconds, less or equal than 0 represents for infinity, default is 0

0.2.0 (2016/4/27)

  • Feature: Add http request history

0.1.1 (2016/4/13)

  • Bug Fix: Update image in README.md

0.1.0 (2016/4/13)

  • Improvement: Refactor code for rest call
  • Improvement: Beautify JSON response

0.0.6 (2016/4/7)

  • Improvement: Allow self-signed certificate

0.0.5 (2016/4/5)

  • Feature: Follow HTTP 3xx responses as redirects, default is TRUE
  • Feature: Add default user agent if user not specified, default value is vscode-restclient

0.0.4 (2016/4/1)

  • Feature: Allow clear output window before sending a new request

0.0.3 (2016/3/31)

  • Initial release!