Skip to content

Commit

Permalink
feat: new fetaures added and fixed the bugs (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesan-Chandran authored Jul 25, 2024
1 parent 9f639ae commit afd25df
Show file tree
Hide file tree
Showing 44 changed files with 22,629 additions and 13,066 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist
node_modules
.vscode-test/
*.vsix
.history
10 changes: 9 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts
*.vsix
*.vsix
.github
.vscode
node_modules
out/
src/
tsconfig.json
webpack.config.js
esbuild.js
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to the "Fetch Client" extension will be documented in this file.

## v1.5.0 - July, 2024
### 🎉 New Features
- Import Postman environment ([#7](https://github.com/Ganesan-Chandran/vscode-fetch-client/issues/7))
- Save all requests data into custom workspace([#10](https://github.com/Ganesan-Chandran/vscode-fetch-client/issues/10))
- Set the response limit as configurable([#11](https://github.com/Ganesan-Chandran/vscode-fetch-client/issues/11))

### 🐛 Bug Fixes
- import from Curl ([#5](https://github.com/Ganesan-Chandran/vscode-fetch-client/issues/5)).
- POST method not properly set just after creating new Http Request in a collection ([#8](https://github.com/Ganesan-Chandran/vscode-fetch-client/issues/8))
- Bug fix in RunAll section
- Bug fix in filter search in collection section in the sidebar

### Requirements
- Minimum required version of VSCode is v1.75.0
- Minimum Node version is 18.20.3

## v1.4.0 - July, 2024
### 🎉 New Features
- Import Postman collection (Postman Collection v2.1).
Expand Down
Loading

0 comments on commit afd25df

Please sign in to comment.