|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 45 | ## v0.3.1
|
4 | 46 |
|
5 | 47 | [compare changes](https://github.com/unjs/crossws/compare/v0.3.0...v0.3.1)
|
|
0 commit comments