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: v4.2.3
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: v4.3.0
Choose a head ref
  • 18 commits
  • 14 files changed
  • 4 contributors

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    fbd829a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f732ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5dc8fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbd8810 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62f2089 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. feat(client): url option accepts a function or a Promise (#143)

    Closes #145, closes #146
    
    Co-authored-by: Denis Badurina <denis@domonda.com>
    edwardfeng-db and enisdenjo authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    76f522f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ede5d5 View commit details
    Browse the repository at this point in the history
  3. refactor: code refresh

    WIP
    enisdenjo committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    98b590f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84462c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b6bf3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a0bf94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b68d56c View commit details
    Browse the repository at this point in the history
  8. fix(server): Respect completed subscriptions even if subscribe or `…

    …onOperation` didnt resolve yet
    enisdenjo committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4700154 View commit details
    Browse the repository at this point in the history
  9. docs: less words [skip ci]

    enisdenjo committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3414bd9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af748b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45d3f8c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea86bd3 View commit details
    Browse the repository at this point in the history
  13. chore(release): 🎉 4.3.0 [skip ci]

    # [4.3.0](v4.2.3...v4.3.0) (2021-03-25)
    
    ### Bug Fixes
    
    * **server:** Respect completed subscriptions even if `subscribe` or `onOperation` didnt resolve yet ([4700154](4700154))
    
    ### Features
    
    * **client:** `url` option accepts a function or a Promise ([#143](#143)) ([76f522f](76f522f)), closes [#145](#145) [#146](#146)
    * **server:** `execute` and `subscribe` are optional ([#148](#148)) ([af748b0](af748b0))
    * **server:** Dynamic `schema` support by accepting a function or a Promise ([#147](#147)) ([6a0bf94](6a0bf94)), closes [#127](#127)
    * **server:** Use `validate` option for custom GraphQL validation ([b68d56c](b68d56c))
    semantic-release-bot committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    733d926 View commit details
    Browse the repository at this point in the history
Loading