mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-09 20:37:49 +00:00
chore(release): v0.3.2
This commit is contained in:
42
CHANGELOG.md
42
CHANGELOG.md
@@ -1,5 +1,47 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.3.2
|
||||||
|
|
||||||
|
[compare changes](https://github.com/unjs/crossws/compare/v0.3.1...v0.3.2)
|
||||||
|
|
||||||
|
### 🚀 Enhancements
|
||||||
|
|
||||||
|
- Support throwing responses in `upgrade` hook ([#91](https://github.com/unjs/crossws/pull/91))
|
||||||
|
- **peer:** Support `context` ([#110](https://github.com/unjs/crossws/pull/110))
|
||||||
|
- Shared context between `upgrade` hook and `peer` ([#111](https://github.com/unjs/crossws/pull/111))
|
||||||
|
|
||||||
|
### 🩹 Fixes
|
||||||
|
|
||||||
|
- **types:** `peer.request` always has `.headers` if defined ([e915f8d](https://github.com/unjs/crossws/commit/e915f8d))
|
||||||
|
- **types:** Mark `peer.request` as always defined ([8fbb59b](https://github.com/unjs/crossws/commit/8fbb59b))
|
||||||
|
|
||||||
|
### 📖 Documentation
|
||||||
|
|
||||||
|
- Fix typo ([#85](https://github.com/unjs/crossws/pull/85))
|
||||||
|
- Fix typo ([#84](https://github.com/unjs/crossws/pull/84))
|
||||||
|
- Add `destr` tip for JSON parsing ([#109](https://github.com/unjs/crossws/pull/109))
|
||||||
|
|
||||||
|
### 🏡 Chore
|
||||||
|
|
||||||
|
- **release:** V0.3.1 ([c6d888f](https://github.com/unjs/crossws/commit/c6d888f))
|
||||||
|
- **example:** Handle binary/blob messages ([38c6baa](https://github.com/unjs/crossws/commit/38c6baa))
|
||||||
|
- Update eslint config ([d3ab5f8](https://github.com/unjs/crossws/commit/d3ab5f8))
|
||||||
|
- Update deps ([590a4a7](https://github.com/unjs/crossws/commit/590a4a7))
|
||||||
|
- Update deno typos ([095c538](https://github.com/unjs/crossws/commit/095c538))
|
||||||
|
- Update deps ([bef0f4f](https://github.com/unjs/crossws/commit/bef0f4f))
|
||||||
|
- **examples:** Fix typo ([#107](https://github.com/unjs/crossws/pull/107))
|
||||||
|
- Remote unused type ([e3c2cf5](https://github.com/unjs/crossws/commit/e3c2cf5))
|
||||||
|
- Update build config ([3f5a5dc](https://github.com/unjs/crossws/commit/3f5a5dc))
|
||||||
|
- Fix upgrade hook type ([ee7b282](https://github.com/unjs/crossws/commit/ee7b282))
|
||||||
|
|
||||||
|
### ❤️ Contributors
|
||||||
|
|
||||||
|
- Pooya Parsa ([@pi0](http://github.com/pi0))
|
||||||
|
- Luke Hagar ([@LukeHagar](http://github.com/LukeHagar))
|
||||||
|
- 39sho ([@39sho](http://github.com/39sho))
|
||||||
|
- Sandro Circi ([@sandros94](http://github.com/sandros94))
|
||||||
|
- Jamaluddin Rumi <jamal.rumi@icloud.com>
|
||||||
|
|
||||||
## v0.3.1
|
## v0.3.1
|
||||||
|
|
||||||
[compare changes](https://github.com/unjs/crossws/compare/v0.3.0...v0.3.1)
|
[compare changes](https://github.com/unjs/crossws/compare/v0.3.0...v0.3.1)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "crossws",
|
"name": "crossws",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
|
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
|
||||||
"repository": "unjs/crossws",
|
"repository": "unjs/crossws",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user