-
-
Notifications
You must be signed in to change notification settings - Fork 163
Comparing changes
Open a pull request
base repository: enisdenjo/graphql-ws
base: v1.6.0
head repository: enisdenjo/graphql-ws
compare: v1.7.0
- 15 commits
- 29 files changed
- 4 contributors
Commits on Sep 29, 2020
-
docs: GraphQL over WebSocket visual identity [skip ci] (#19)
* GraphQL Over WebSocket New PR GIF * refactor: drop old icon Co-authored-by: Denis Badurina <denis@domonda.com>
Configuration menu - View commit details
-
Copy full SHA for b7b4470 - Browse repository at this point
Copy the full SHA b7b4470View commit details
Commits on Oct 1, 2020
-
feat(client): Optional
generateID
to provide subscription IDs (#22)Closes #21 * feat: take in a custom ID generator * test: basic
Configuration menu - View commit details
-
Copy full SHA for 9a3f54a - Browse repository at this point
Copy the full SHA 9a3f54aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb71ed8 - Browse repository at this point
Copy the full SHA bb71ed8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c04cff1 - Browse repository at this point
Copy the full SHA c04cff1View commit details -
fix(client): Dispose of subscription on complete or error messages (#23)
* fix: subscription should be canceled on complete * docs: update readme * fix: actually dispose on error or complete
Configuration menu - View commit details
-
Copy full SHA for fb4d8e9 - Browse repository at this point
Copy the full SHA fb4d8e9View commit details -
fix(server):
subscription
operations are distinct on the message ID (……#24) * docs: specify what happens on duplicate ids * docs: smaller wording changes * fix(server): prevent duplicate subscription operations
Configuration menu - View commit details
-
Copy full SHA for dfffb05 - Browse repository at this point
Copy the full SHA dfffb05View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f204c - Browse repository at this point
Copy the full SHA c2f204cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e35a1ac - Browse repository at this point
Copy the full SHA e35a1acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e8c95 - Browse repository at this point
Copy the full SHA 78e8c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c984f - Browse repository at this point
Copy the full SHA d1c984fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9368e01 - Browse repository at this point
Copy the full SHA 9368e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a75190 - Browse repository at this point
Copy the full SHA 1a75190View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42eb7d9 - Browse repository at this point
Copy the full SHA 42eb7d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f30e852 - Browse repository at this point
Copy the full SHA f30e852View commit details -
chore(release): 🎉 1.7.0 [skip ci]
# [1.7.0](v1.6.0...v1.7.0) (2020-10-01) ### Bug Fixes * **client:** Dispose of subscription on complete or error messages ([#23](#23)) ([fb4d8e9](fb4d8e9)) * **server:** `subscription` operations are distinct on the message ID ([#24](#24)) ([dfffb05](dfffb05)) ### Features * **client:** Optional `generateID` to provide subscription IDs ([#22](#22)) ([9a3f54a](9a3f54a)), closes [#21](#21)
Configuration menu - View commit details
-
Copy full SHA for a51313f - Browse repository at this point
Copy the full SHA a51313fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.0...v1.7.0