Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 24, 2024
1 parent 0c717d8 commit fba6c92
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
# Changelog


## v0.1.2

[compare changes](https://github.com/unjs/crossws/compare/v0.1.1...v0.1.2)

### 🚀 Enhancements

- Support `uWebSockets.js ([b1de991](https://github.com/unjs/crossws/commit/b1de991))
- Allow access to peer url and headers ([b67bef0](https://github.com/unjs/crossws/commit/b67bef0))
- Dynamic resolver ([cb6721c](https://github.com/unjs/crossws/commit/cb6721c))
- Support upgrade hook to set headers ([91edb54](https://github.com/unjs/crossws/commit/91edb54))
- Pub/sub support for `bun` and `uws` ([a486f45](https://github.com/unjs/crossws/commit/a486f45))

### 💅 Refactors

- Use `@deno/types` ([0026087](https://github.com/unjs/crossws/commit/0026087))
- Use `crossws` interface to call hooks ([7e36eba](https://github.com/unjs/crossws/commit/7e36eba))
- Add `/adapters/uws` ([b51b01c](https://github.com/unjs/crossws/commit/b51b01c))

### 📖 Documentation

- Add link to play online ([ed41540](https://github.com/unjs/crossws/commit/ed41540))
- Migrate to unjs-docs structure v2 ([#13](https://github.com/unjs/crossws/pull/13))
- Update bun ([0c717d8](https://github.com/unjs/crossws/commit/0c717d8))

### 🏡 Chore

- Update examples ([a347e80](https://github.com/unjs/crossws/commit/a347e80))
- Initial docs ([2f3e983](https://github.com/unjs/crossws/commit/2f3e983))
- Add h3 example ([894792a](https://github.com/unjs/crossws/commit/894792a))
- Fix docs workspace root ([a607b89](https://github.com/unjs/crossws/commit/a607b89))
- Update docs ([5f72d42](https://github.com/unjs/crossws/commit/5f72d42))
- Update docs ([52c0e4f](https://github.com/unjs/crossws/commit/52c0e4f))
- Specify `uWebSockets.js` peer dep ([1ef0585](https://github.com/unjs/crossws/commit/1ef0585))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.1.1

[compare changes](https://github.com/unjs/crossws/compare/v0.1.0...v0.1.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crossws",
"version": "0.1.1",
"version": "0.1.2",
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
"repository": "unjs/crossws",
"license": "MIT",
Expand Down Expand Up @@ -113,4 +113,4 @@
}
},
"packageManager": "[email protected]"
}
}

0 comments on commit fba6c92

Please sign in to comment.