Skip to content

Commit

Permalink
Bump version to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Jan 8, 2019
1 parent 7366700 commit e193ff9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 0.21.1 (2018/1/8)
* __Feature__: Add fold/unfold full response body features in the response preview panel
* __Bug Fix__: [Copy request as cURL not working](https://github.com/Huachao/vscode-restclient/issues/308)
* __Bug Fix__: [AAD Auth stopped to work in new version - 0.21.0](https://github.com/Huachao/vscode-restclient/issues/309)

## 0.21.0 (2018/1/3)
* __Bug Fix__: [Unable to collapse the json response body](https://github.com/Huachao/vscode-restclient/issues/301)
* __Improvement__: [Use Webpack to bundle extension to improve activation time and high CPU load](https://github.com/Huachao/vscode-restclient/issues/257)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,7 @@ REST Client allows you to send HTTP request and view the response in Visual Stud
* Support _MULTIPLE_ requests in the same file (separated by `###` delimiter)
* View image response directly in pane
* Save raw response and response body only to local disk
* Fold and unfold response body
* Customize font(size/family/weight) in response preview
* Preview response with expected parts(_headers only_, _body only_, _full response_ and _both request and response_)
* Authentication support for:
Expand Down Expand Up @@ -230,6 +231,9 @@ Another icon in the upper right corner of the response preview tab is the `Save
}
```

## Fold and Unfold Response Body
In the response webview panel, there are two options `Fold Response` and `Unfold Response` after clicking the `More Actions...` button. Sometimes you may want to fold or unfold the whole response body, these options provide a straightforward way to achieve this.

## Authentication
We have supported some most common authentication schemes like _Basic Auth_, _Digest Auth_, _SSL Client Certificates_ and _Azure Active Directory(Azure AD)_.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "rest-client",
"displayName": "REST Client",
"description": "REST Client for Visual Studio Code",
"version": "0.21.0",
"version": "0.21.1",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down

0 comments on commit e193ff9

Please sign in to comment.