Skip to content

Commit 76fdff1

Browse files
Version Packages (#109)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c87560 commit 76fdff1

File tree

6 files changed

+34
-19
lines changed

6 files changed

+34
-19
lines changed

.changeset/cuddly-lions-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dirty-bikes-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rich-mangos-lead.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# capnweb
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#78](https://github.com/cloudflare/capnweb/pull/78) [`8a47045`](https://github.com/cloudflare/capnweb/commit/8a470458dd152a66d473be638626f668f8be47d9) Thanks [@itaylor](https://github.com/itaylor)! - The package now exports the type `RpcCompatible<T>` (previously called `Serializable<T>`, but not exported), which is needed when writing generic functions on `RpcStub` / `RpcPromise`.
8+
9+
### Patch Changes
10+
11+
- [#120](https://github.com/cloudflare/capnweb/pull/120) [`1c87560`](https://github.com/cloudflare/capnweb/commit/1c87560efe1b042f133e978f7a60ecd52f69a549) Thanks [@kentonv](https://github.com/kentonv)! - Fixed serialization of async functions.
12+
13+
- [#117](https://github.com/cloudflare/capnweb/pull/117) [`d21e4ca`](https://github.com/cloudflare/capnweb/commit/d21e4cacfa1305e271e89657f8167bc688ade438) Thanks [@codehz](https://github.com/codehz)! - Enhance Stubify and Unstubify for tuple types
14+
315
## 0.2.0
416

517
### Minor Changes

package-lock.json

Lines changed: 21 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capnweb",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "JavaScript/TypeScript-native RPC library with Promise Pipelining",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)