All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.11 (2023-09-19)
- always return same object from client prop (#18) (8517f2f)
- Can await returned client (#17) (7451dc3)
1.3.10 (2023-07-28)
- ClientApi type: exclude unavailable methods (6459521)
1.3.9 (2023-07-11)
1.3.9-rc.2 (2023-07-11)
- include client types in pkg (5a295bd)
1.3.9-rc.1 (2023-07-11)
- types support require('rpc-reflector/client') (5743a31)
1.3.9-rc.0 (2023-07-11)
- remove dep on 'util' (d6019a5)
- Use eventemitter3 on the client (0280758)
- Work without 'process' (45de977)
1.3.8 (2023-07-06)
- fix ESM -> CommonJS (43fe848)
1.3.7 (2023-07-06)
- remove 'assert' module, vendor invariant (5c82503)
1.3.6 (2023-07-05)
- types: @node/types should be a dependency (8d509ff)
1.3.5 (2023-07-04)
- Fix compatibility for non-Node environments (use
readable-stream
and includeassert
as a dep) (#14) (8b294dc))
1.3.4 (2023-06-15)
- handle MessagePorts in electron environments (5e0ee51)
1.3.3 (2023-03-30)
- Add git url to package.json (e08e4a3)
1.3.2 (2023-03-24)
1.3.1 (2021-09-29)
- Ensure type declarations are included in npm tarball (248f529)
1.3.0 (2021-09-29)
- Publish Typescript typings to npm (e73c87e)
1.2.0 (2021-09-27)
- Strictly-typed client API from the server API type (7f8117b)