Releases: jcoc611/vsconnect
Releases · jcoc611/vsconnect
v0.3.1 Beta
v0.3.0 Beta
v0.3.0 Beta
Improvements
- HTTP: Added special value
autoforContent-Length, which causes the body length to be used before sending the request. - HTTP: Added timeout setting on a per-request basis.
- Some dependency upgrades.
- Out of alpha!
v0.2.10 Alpha
Changelog
Fixes
- HTTP requests with no protocol in the URL (defaults to
http://) - Displays appropriate error messages on all HTTP connection errors
- Updates npm package dependencies
v0.2.9 Alpha
Changelog
Fixes
- Context Menu positioning was wrong when scrolling
- Updated response boolean short values to be more consistent with rest of UI
- Changing the language type on a text editor now updates
Content-Typeand underlying language - Fixed key bindings for history navigation (up/down arrows)
- Changed "send request" key bindings to CTRL + Enter to prevent issues in text areas, etc.
- Store contents are preserved across VS Code restarts (e.g. cookies).
v0.2.8 Alpha
Changes:
Features
- Added ability to resend previous requests
- Added ability to rerun all requests (resending them one after the other)
- Added a 'clear' button
Fixes
- Displays DNS Resource Record values as objects rather than strings.
- Better synchronization of
Content-Typeand body language - Accessibility: Fixed context menu keyboard navigation
- Accessibility: Fixed tab navigation visualization
v0.2.7 Alpha
Changelog:
Features
- Added ability to compute request values with JavaScript
- Added a Store for
User-Agent, so that the previous value is remembered for next requests.
Fixes
- Fixed issue of moving from a multipart body to a different kind of body
- Fixed history navigation (with up/down arrows) not recomputing derived information like cookies
v0.2.6 Alpha
Changelog
- Added: Delete row feature for table editor
- Fixed: some performance issues, still some extra work needed
- Fixed: cannot remove OAuth 1.0
- Fixed: Auto focus on new request
v0.2.5 Alpha
Changelog
- Added multipart bodies
- Fixed cookie parsing
- Improved package size, as well as extension speed (extra optimization still needed)
- Improved dev docs and experience
- Replaced 'request' with native HTTP CLIENT
- some other various minor fixes/improvements
v0.2.4 Alpha
Changelog:
- Fixed DNS client issues and UX
- Fixed some other usability bugs
- Added feature to open textareas (e.g. HTTP bodies) on separate text editor
- Added context menus
- Added Stores, with support for cookies
v0.2.3 Alpha
Changelog:
- Added ability to expand and contract requests and responses
- Added file upload (binary) body for HTTP requests
- Added body previews for HTTP response bodies
- Added support for gzip, br, and deflate Content-Encoding
- Added support for non-utf8 charsets
- Added a default User-Agent
- Added HTTP response duration (time to request end)
- Fixed a few usability bugs and better styling