Releases: Huachao/vscode-restclient
Releases · Huachao/vscode-restclient
v0.23.0
0.23.0 (2019/11/20)
- Feature: Add new system varaible - .env file variable
- Feature: Add new system varaible - local datetime
- Bug Fix: 308 Permanent Redirect changes method to GET
- Bug Fix: Command
Copy As cURL
not working for request method in lower case - Bug Fix: Preserve custom request header case
- Bug Fix: Fix scroll to top not working
- Improvement: Replaced images with vscode-icons (@lochstar)
- Improvement: Ignore user provided
Content-Length
value
v0.22.2
- Feature: Go to definition support for request variables
- Bug Fix: Fix header auto completion is broken
- Bug Fix: Shared variables are no longer accessible when selecting
No Environment
v0.22.1
- Breaking Change: Remove snippet support
plain text
- Feature: Add setting to display request name as response tab title (@lochstar)
- Feature: Allow environment variables to reference shared variables (@snackb)
- Improvement: Add CSP for response and code snippet webviews
- Improvement: Support multipart mime types of request
v0.22.0
- Feature: Add support for
GraphQL
(@ferronrsmith) - Feature: Add new system variable - local machine environment variable (@mtnrbq)
- Improvement: Reduce the extension size by excluding unnecessary images (@badre429)
- Improvement: Reduce the extension size by excluding
node_modules
directory - Improvement: Replace spinner with octicon animation
- Improvement: Upgrade httpsnippet package to support new languages and frameworks, e.g.,
PowerShell
,Fetch API
- Bug Fix: Do not swallow last character in datetime format string
- Bug Fix: Allow request body file path contains whitespaces
- Bug Fix: Support extract JSON body with pure string payload with
$
v0.21.3
- Breaking Change: Remove support for setting
rest-client.showEnvironmentStatusBarItem
in favor of automatically hide status bar for non-http file feature - Feature: Support custom display formats in datetime system variable (@connelhooley)
- Improvement: Hide the environment status bar for non-http file
- Bug Fix: Add title for scroll-to-top button
- Bug Fix: Faield to generate Objective-C code snippet for request body contains
null
characters
v0.21.2
- Feature: Add copy response body feature (@viktor-evdokimov)
- Feature: Add options to disable codelens/links
- Improvement: Ability to force newline at end of request body for
application/x-ndjson
- Bug Fix: Cannot copy request as cURL or generate snippet if host looks invalid
- Bug Fix: Unable to send requests "multipart/form-data" that contains binary files
- Bug Fix: Add missing query string when using python(requests library) to generate code snippet
- Bug Fix: Fix year 2018 -> 2019 (@alaatm)
- Bug Fix: Fix request symbols not working when request url depends on requests not sent or request is in curl format
v0.21.1
- Feature: Add fold/unfold full response body features in the response preview panel
- Bug Fix: Copy request as cURL not working
- Bug Fix: AAD Auth stopped to work in new version - 0.21.0
v0.21.0
- Bug Fix: Unable to collapse the json response body
- Improvement: Use Webpack to bundle extension to improve activation time and high CPU load
- Improvement: Update RFC1322 to RFC1123
v0.20.4
v0.20.3
- Bug Fix: Cannot read property 'toLowerCase' of null
- Bug Fix: Fix incorrect JSON body rendering for variable reference syntax
- Bug Fix: Do not decode percent encoding in response body
- Bug Fix: Do not use system environment variables if proxy setting already set
- Bug Fix: Handle compressed responses
- Improvement: Use new
setTextDocumentLanguage
API to refacotr text document view rendering