This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
0.5.0
- Updated
[email protected]
. - Added
addGraphQLSubscriptions
- use it to extend your network interface to work withSubscriptionsClient
instance. PR #64 - Client now uses native WebSocket by default, and has optional field to provide another implementation (for NodeJS clients)PR #53
- Client now support INIT with custom object, so you can use if for authorization, or any other init params. PR #53
- Server and client are now separated with
browser
andmain
fields ofpackage.json
. PR #53 - Client exposes workflow events for connect, disconnect and reconnect. PR #53
- Server exposes new events:
onUnsubscribe
,onSubscribe
,onConnect
andonDisconnect
. PR #53 - Use
ws
package on server side, and expose it's options from server constructor. PR #53