Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Nov 3, 2024
1 parent b0cf2a5 commit b6ee2f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
## [unreleased]
## [6.16.4] (2024-11-03)

### Features
- add support for better Buffer JSON stringify (AnWeber/httpyac#796)

### Fix
- handle dom parser exception for invalid xml (AnWeber/httpyac#821)
- do not log stack on assertions error (#338)
- only clear output channel for test runs (#337)
- add skipped test result on user cancellation (#323)
- only clear output channel for test runs (#337)

## [6.16.3] (2024-10-30)

### Fix
- revert: named response is only set, if all testResults are valid
- changed behaviour from `@ref` (AnWeber/vscode-httpyac#336)
- changed behaviour from `@ref` (#336)
- negative test results from reference does not stop dependent request
- errored reference is not executed multiple times if it is referenced multiple times

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"publisher": "anweber",
"description": "Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT, RabbitMQ and WebSocket requests directly within Visual Studio Code",
"version": "6.16.3",
"version": "6.16.4",
"homepage": "https://github.com/AnWeber/vscode-httpyac",
"repository": {
"type": "git",
Expand Down Expand Up @@ -1556,7 +1556,7 @@
"dependencies": {
"filesize": "^10.1.6",
"httpsnippet": "^3.0.1",
"httpyac": "^6.16.3",
"httpyac": "^6.16.4",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"uuid": "^11.0.2"
Expand Down

0 comments on commit b6ee2f7

Please sign in to comment.