This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from Urigo/chore/release
chore(release): 0.5.0
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,18 @@ | |
|
||
### vNEXT | ||
|
||
- ... | ||
|
||
### 0.5.0 | ||
|
||
- Updated `[email protected]`. | ||
- Added `addGraphQLSubscriptions` - use it to extend your network interface to work with `SubscriptionsClient` instance. | ||
- Client now uses native WebSocket by default, and has optional field to provide another implementation (for NodeJS clients) | ||
- Client now support INIT with custom object, so you can use if for authorization, or any other init params. | ||
- Server and client are now separated with `browser` and `main` fields of `package.json` | ||
- Client exposes workflow events for connect, disconnect and reconnect. | ||
- Server exposes new events: `onUnsubscribe`, `onSubscribe`, `onConnect` and `onDisconnect`. | ||
- Use `ws` package on server side, and expose it's options from server constructor. | ||
- ... | ||
|
||
### v0.4.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters