Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

0.5.0

Compare
Choose a tag to compare
@Urigo Urigo released this 05 Feb 12:07
· 714 commits to master since this release
  • Updated [email protected].
  • Added addGraphQLSubscriptions - use it to extend your network interface to work with SubscriptionsClient 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 and main fields of package.json. PR #53
  • Client exposes workflow events for connect, disconnect and reconnect. PR #53
  • Server exposes new events: onUnsubscribe, onSubscribe, onConnect and onDisconnect. PR #53
  • Use ws package on server side, and expose it's options from server constructor. PR #53