Skip to content

Latest commit

 

History

History
117 lines (63 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

117 lines (63 loc) · 6.04 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.11 (2023-09-19)

Bug Fixes

  • always return same object from client prop (#18) (8517f2f)
  • Can await returned client (#17) (7451dc3)

1.3.10 (2023-07-28)

Bug Fixes

  • ClientApi type: exclude unavailable methods (6459521)

1.3.9 (2023-07-11)

Bug Fixes

1.3.9-rc.2 (2023-07-11)

Bug Fixes

  • include client types in pkg (5a295bd)

1.3.9-rc.1 (2023-07-11)

Bug Fixes

  • types support require('rpc-reflector/client') (5743a31)

1.3.9-rc.0 (2023-07-11)

Bug Fixes

  • remove dep on 'util' (d6019a5)
  • Use eventemitter3 on the client (0280758)
  • Work without 'process' (45de977)

1.3.8 (2023-07-06)

Bug Fixes

1.3.7 (2023-07-06)

Bug Fixes

  • remove 'assert' module, vendor invariant (5c82503)

1.3.6 (2023-07-05)

Bug Fixes

  • types: @node/types should be a dependency (8d509ff)

1.3.5 (2023-07-04)

Bug Fixes

  • Fix compatibility for non-Node environments (use readable-stream and include assert as a dep) (#14) (8b294dc))

1.3.4 (2023-06-15)

Bug Fixes

  • handle MessagePorts in electron environments (5e0ee51)

1.3.3 (2023-03-30)

Bug Fixes

  • Add git url to package.json (e08e4a3)

1.3.2 (2023-03-24)

Bug Fixes

1.3.1 (2021-09-29)

Bug Fixes

  • Ensure type declarations are included in npm tarball (248f529)

1.3.0 (2021-09-29)

Features

  • Publish Typescript typings to npm (e73c87e)

1.2.0 (2021-09-27)

Features

  • Strictly-typed client API from the server API type (7f8117b)

1.1.0 (2021-09-24)

Features

  • Add encode-decode stream (ac87e0a)
  • Support calling nested props (ccf09f5)
  • Support MessagePort and MessagePort-like as well as Duplex stream (796e4c1)
  • Support nested EventEmitters (c457ba1)
  • Support reading properties via async methods with same name (0b7b920)

Bug Fixes

  • Fix objectMode stream support (c772ec0)
  • Support backpressure for readableStream methods on api (fc3a718)