Skip to content

Commit a1cab88

Browse files
committed
chore(release): v0.3.2
1 parent 8fbb59b commit a1cab88

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

3+
## v0.3.2
4+
5+
[compare changes](https://github.com/unjs/crossws/compare/v0.3.1...v0.3.2)
6+
7+
### 🚀 Enhancements
8+
9+
- Support throwing responses in `upgrade` hook ([#91](https://github.com/unjs/crossws/pull/91))
10+
- **peer:** Support `context` ([#110](https://github.com/unjs/crossws/pull/110))
11+
- Shared context between `upgrade` hook and `peer` ([#111](https://github.com/unjs/crossws/pull/111))
12+
13+
### 🩹 Fixes
14+
15+
- **types:** `peer.request` always has `.headers` if defined ([e915f8d](https://github.com/unjs/crossws/commit/e915f8d))
16+
- **types:** Mark `peer.request` as always defined ([8fbb59b](https://github.com/unjs/crossws/commit/8fbb59b))
17+
18+
### 📖 Documentation
19+
20+
- Fix typo ([#85](https://github.com/unjs/crossws/pull/85))
21+
- Fix typo ([#84](https://github.com/unjs/crossws/pull/84))
22+
- Add `destr` tip for JSON parsing ([#109](https://github.com/unjs/crossws/pull/109))
23+
24+
### 🏡 Chore
25+
26+
- **release:** V0.3.1 ([c6d888f](https://github.com/unjs/crossws/commit/c6d888f))
27+
- **example:** Handle binary/blob messages ([38c6baa](https://github.com/unjs/crossws/commit/38c6baa))
28+
- Update eslint config ([d3ab5f8](https://github.com/unjs/crossws/commit/d3ab5f8))
29+
- Update deps ([590a4a7](https://github.com/unjs/crossws/commit/590a4a7))
30+
- Update deno typos ([095c538](https://github.com/unjs/crossws/commit/095c538))
31+
- Update deps ([bef0f4f](https://github.com/unjs/crossws/commit/bef0f4f))
32+
- **examples:** Fix typo ([#107](https://github.com/unjs/crossws/pull/107))
33+
- Remote unused type ([e3c2cf5](https://github.com/unjs/crossws/commit/e3c2cf5))
34+
- Update build config ([3f5a5dc](https://github.com/unjs/crossws/commit/3f5a5dc))
35+
- Fix upgrade hook type ([ee7b282](https://github.com/unjs/crossws/commit/ee7b282))
36+
37+
### ❤️ Contributors
38+
39+
- Pooya Parsa ([@pi0](http://github.com/pi0))
40+
- Luke Hagar ([@LukeHagar](http://github.com/LukeHagar))
41+
- 39sho ([@39sho](http://github.com/39sho))
42+
- Sandro Circi ([@sandros94](http://github.com/sandros94))
43+
- Jamaluddin Rumi <[email protected]>
44+
345
## v0.3.1
446

547
[compare changes](https://github.com/unjs/crossws/compare/v0.3.0...v0.3.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crossws",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
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)