Skip to content

Commit 82a57d0

Browse files
authored
release: 0.3.3 (#94)
2 parents d8f6e1f + 6618ae3 commit 82a57d0

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Releases
22

33
## Contents
4-
- [v0.3.3-alpha.1](#v0-3-3-alpha-1)
5-
- [v0.3.3-alpha.0](#v0-3-3-alpha-0)
4+
- [v0.3.3](#v0-3-3)
65
- [v0.3.2](#v0-3-2)
76
- [v0.3.1](#v0-3-1)
87
- [v0.3.0](#v0-3-0)
@@ -17,8 +16,9 @@
1716
- [v0.1.0](#v0-1-0)
1817
- [v0.0.8](#v0-0-8)
1918

20-
## v0.3.3-alpha.1
19+
## v0.3.3
2120

21+
- Bump @standard-schema/spec@1.1.0.
2222
- Make response optional for both `url` and `download`, but at the same time enforce `string` for `url`, and `Blob` for download if defined.
2323
- Add validation before `url` and `download` return.
2424
- Add more and better examples to guide for download + url.
@@ -28,12 +28,8 @@
2828
- Internal; More iteratively merging headers for nicer readability and sanitization.
2929
- Internal; Add AbortSignal.any execution attempt.
3030
- Internal; Reduce excessive checks and variables in validator function.
31-
32-
## v0.3.3-alpha.0
33-
34-
- Bump @standard-schema/spec@1.1.0.
3531
- Internal; Remove hono, simple-git-hooks, (direct) vue dependencies.
36-
- Internal; "Native" e2e-tests for node, bun, deno, cloudflare workers, browser.
32+
- Internal; 'Native' e2e-tests for node, bun, deno, cloudflare workers, browser.
3733

3834
## v0.3.2
3935

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kasperrt/wiretyped",
3-
"version": "0.3.3-alpha.1",
3+
"version": "0.3.3",
44
"exports": {
55
".": "./src/index.ts"
66
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wiretyped",
3-
"version": "0.3.3-alpha.1",
3+
"version": "0.3.3",
44
"description": "Universal fetch-based HTTP client with robust error handling, retries, caching, SSE, and Standard Schema validation.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)