Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Nov 14:30
· 42 commits to main since this release
6d805d4

Minor Changes

  • #105 f4275f5 Thanks @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 f4275f5 Thanks @kentonv! - Support serializing Infinity, -Infinity, and NaN.

Patch Changes

  • #105 f4275f5 Thanks @kentonv! - Attempting to remotely access an instance property of an RpcTarget will now throw an exception rather than returning undefined, in order to help people understand what went wrong.

  • #107 aa4fe30 Thanks @threepointone! - chore: generate commonjs build

  • #105 f4275f5 Thanks @kentonv! - Polyfilled Promise.withResolvers() to improve compatibility with old Safari versions and Hermes (React Native).