Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: enisdenjo/graphql-ws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: enisdenjo/graphql-ws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 15 commits
  • 29 files changed
  • 4 contributors

Commits on Sep 29, 2020

  1. 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>
    amshalem and enisdenjo authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b7b4470 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. feat(client): Optional generateID to provide subscription IDs (#22)

    Closes #21
    
    * feat: take in a custom ID generator
    
    * test: basic
    enisdenjo committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    9a3f54a View commit details
    Browse the repository at this point in the history
  2. test(client): fix timing

    enisdenjo committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    bb71ed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04cff1 View commit details
    Browse the repository at this point in the history
  4. 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
    enisdenjo authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    fb4d8e9 View commit details
    Browse the repository at this point in the history
  5. 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
    enisdenjo authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    dfffb05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2f204c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e35a1ac View commit details
    Browse the repository at this point in the history
  8. docs: generate

    enisdenjo committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    78e8c95 View commit details
    Browse the repository at this point in the history
  9. refactor: use globalThis

    enisdenjo committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    d1c984f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9368e01 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a75190 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42eb7d9 View commit details
    Browse the repository at this point in the history
  13. docs: generate [skip ci]

    enisdenjo committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    f30e852 View commit details
    Browse the repository at this point in the history
  14. 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)
    semantic-release-bot committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    a51313f View commit details
    Browse the repository at this point in the history
Loading