Releases: jcoreio/socket-ipc
Releases · jcoreio/socket-ipc
v4.0.2
Compare
Sorry, something went wrong.
No results found
4.0.2 (2022-06-25)
Bug Fixes
client: actually reconnect after losing socket connection (b2440b4 )
client: increase reconnect wait from 1 second to 2 seconds (d83408a )
v4.0.1
Compare
Sorry, something went wrong.
No results found
4.0.1 (2021-11-05)
Bug Fixes
emit a more helpful error when the connection times out (a2236ea )
v4.0.0
Compare
Sorry, something went wrong.
No results found
4.0.0 (2021-11-04)
Bug Fixes
MessageClient: fix potential unhandled rejection (c2ca229 )
BREAKING CHANGES
MessageClient: removed MessageHandlerCommon base class; MessageClient, MessageConnection,
and MessageServer no longer have onerror etc. properties
v3.0.0
Compare
Sorry, something went wrong.
No results found
3.0.0 (2021-11-03)
Features
add support for regular TCP sockets (e34798a )
BREAKING CHANGES
client and server now accept a single options object
v2.2.0
Compare
Sorry, something went wrong.
No results found
2.2.0 (2021-01-06)
Features
make start methods wait for listen / connect, add timeouts to listen / connect promises (c0ead15 )
v2.1.0
Compare
Sorry, something went wrong.
No results found
2.1.0 (2021-01-06)
Features
expose promise that resolves or rejects after initial connection attempt (b522608 )
v2.0.2
Compare
Sorry, something went wrong.
No results found
2.0.2 (2021-01-06)
Bug Fixes
move strict-event-emitter-types back to runtime deps, leaving it in dev deps screws up d.ts processing (b6af2a9 )
v2.0.1
Compare
Sorry, something went wrong.
No results found
2.0.1 (2021-01-05)
Bug Fixes
move strict-event-emitter-types from prod to dev deps (b707b9f )
v2.0.0
Compare
Sorry, something went wrong.
No results found
2.0.0 (2021-01-05)
Features
BREAKING CHANGES
drop support for node < 8