Releases: cloudflare/capnweb
v0.4.0
v0.3.0
v0.2.0
Minor Changes
-
#105
f4275f5Thanks @kentonv! - Fixed incompatibility with bundlers that don't support top-level await. The top-level await was used for a conditional import; it has been replaced with an approach based on "exports" in package.json instead. -
#105
f4275f5Thanks @kentonv! - Support serializing Infinity, -Infinity, and NaN.
Patch Changes
-
#105
f4275f5Thanks @kentonv! - Attempting to remotely access an instance property of an RpcTarget will now throw an exception rather than returningundefined, in order to help people understand what went wrong. -
#107
aa4fe30Thanks @threepointone! - chore: generate commonjs build -
#105
f4275f5Thanks @kentonv! - Polyfilled Promise.withResolvers() to improve compatibility with old Safari versions and Hermes (React Native).