Skip to content

Commit

Permalink
Bump version to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Sep 25, 2019
1 parent 066b242 commit 9d36a6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.22.2 (2019/9/25)
* __Feature__: Go to definition support for request variables
* __Bug Fix__: [Fix header auto completion is broken](https://github.com/Huachao/vscode-restclient/issues/422)
* __Bug Fix__: [Shared variables are no longer accessible when selecting `No Environment`](https://github.com/Huachao/vscode-restclient/issues/420)

## 0.22.1 (2019/9/19)
* __Breaking Change__: Remove snippet support `plain text`
* __Feature__: [Add setting to display request name as response tab title](https://github.com/Huachao/vscode-restclient/pull/400) ([@lochstar](https://github.com/lochstar))
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ REST Client allows you to send HTTP request and view the response in Visual Stud
- Support both __environment__, __file__ and __request__ custom variables
- Auto completion and hover support for both __environment__, __file__ and __request__ custom variables
- Diagnostic support for __request__ and __file__ custom variables
- Go to definition and find all references support _ONLY_ for __file__ custom variables
- Go to definition support for __request__ and __file__ custom variables
- Find all references support _ONLY_ for __file__ custom variables
- Provide system dynamic variables `{{$guid}}`, `{{$randomInt min max}}`, `{{$timestamp [offset option]}}`, `{{$datetime rfc1123|iso8601 [offset option]}}`, `{{$processEnv [%]envVarName}}`, and `{{$aadToken [new] [public|cn|de|us|ppe] [<domain|tenantId>] [aud:<domain|tenantId>]}}`
- Easily create/update/delete environments and environment variables in setting file
- File variables can reference both custom and system variables
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rest-client",
"displayName": "REST Client",
"description": "REST Client for Visual Studio Code",
"version": "0.22.1",
"version": "0.22.2",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down

0 comments on commit 9d36a6e

Please sign in to comment.