Skip to content

Commit 46b1c84

Browse files
committed
chore(release): v0.3.4
1 parent f8372f8 commit 46b1c84

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## v0.3.4
4+
5+
[compare changes](https://github.com/unjs/crossws/compare/v0.3.3...v0.3.4)
6+
7+
### 🚀 Enhancements
8+
9+
- **cloudflare:** Support `resolveDurableStub` ([#130](https://github.com/unjs/crossws/pull/130))
10+
11+
### 🩹 Fixes
12+
13+
- Specify an explicit return type for `uint8Array()` ([#128](https://github.com/unjs/crossws/pull/128))
14+
- **node, uws:** Send data as blob only if it is not string ([#124](https://github.com/unjs/crossws/pull/124))
15+
- Global publish via first subscribed peer ([#103](https://github.com/unjs/crossws/pull/103))
16+
- **bun:** Pass `code` and `reason` to `close` hook ([#132](https://github.com/unjs/crossws/pull/132))
17+
- Define `request.context` as read only ([#133](https://github.com/unjs/crossws/pull/133))
18+
19+
### 💅 Refactors
20+
21+
- Stricter type declarations ([#129](https://github.com/unjs/crossws/pull/129))
22+
23+
### 📖 Documentation
24+
25+
- **node:** Check `upgrade === "websocket"` in example ([#131](https://github.com/unjs/crossws/pull/131))
26+
- Add dynamic example for changeable resolve ([e5daf22](https://github.com/unjs/crossws/commit/e5daf22))
27+
28+
### 🏡 Chore
29+
30+
- **release:** V0.3.3 ([d917f3a](https://github.com/unjs/crossws/commit/d917f3a))
31+
- Update deps ([d904557](https://github.com/unjs/crossws/commit/d904557))
32+
- Update deps ([43ec0c0](https://github.com/unjs/crossws/commit/43ec0c0))
33+
- Update ci ([9ef29ad](https://github.com/unjs/crossws/commit/9ef29ad))
34+
35+
### ❤️ Contributors
36+
37+
- Pooya Parsa ([@pi0](http://github.com/pi0))
38+
- Sandro Circi ([@sandros94](http://github.com/sandros94))
39+
40+
- Tee Ming <[email protected]>
41+
342
## v0.3.3
443

544
[compare changes](https://github.com/unjs/crossws/compare/v0.3.2...v0.3.3)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crossws",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
55
"repository": "unjs/crossws",
66
"license": "MIT",

0 commit comments

Comments
 (0)