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

Commit

Permalink
Merge pull request #66 from Urigo/chore/release
Browse files Browse the repository at this point in the history
chore(release): 0.5.0
  • Loading branch information
Urigo authored Feb 5, 2017
2 parents b144779 + 50a8103 commit ac524e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subscriptions-transport-ws",
"version": "0.4.1",
"version": "0.5.0",
"description": "A websocket transport for GraphQL subscriptions",
"main": "dist/server.js",
"browser": "dist/client.js",
Expand Down

0 comments on commit ac524e3

Please sign in to comment.