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.8.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.8.1
Choose a head ref
  • 8 commits
  • 6 files changed
  • 4 contributors

Commits on Oct 20, 2020

  1. Copy the full SHA
    36fe405 View commit details
  2. Copy the full SHA
    3791052 View commit details

Commits on Oct 21, 2020

  1. Copy the full SHA
    7c23622 View commit details
  2. Copy the full SHA
    fcaaa35 View commit details
  3. fix: yarn engine is not required (#34)

    I don't think we need to make sure the user is using a specific version of yarn
    
    this was causing some trouble for us
    sibelius authored Oct 21, 2020
    Copy the full SHA
    89484b8 View commit details

Commits on Oct 22, 2020

  1. refactor(server): Stabilize and simplify tests (#33)

    * test: simple client
    
    * refactor: close wait doesnt expire
    
    * refactor: unnecessary assertion
    
    * fix: make sure the server shuts down
    
    * refactor: serve last close event if any
    
    * refactor: client waits for ready and fp
    
    * refactor: tclient
    
    * feat: add waitformessage and more refactoring
    
    * refactor: 🧽
    
    * fix: actually wait for message
    
    * fix: sometimes messages come in to fast
    
    * feat: dont be lazy
    
    * feat: wait for message can expire too
    
    * refactor: clarity order
    
    * refactor: 🧽
    
    * refactor: 🧽
    
    * refactor: 🧽
    
    * refactor: no wait
    
    * refactor: reduce expiry times
    
    * refactor: 🤔
    
    * feat: ping/pong for testing
    enisdenjo authored Oct 22, 2020
    Copy the full SHA
    79dcc0b View commit details
  2. refactor: wait for message

    enisdenjo committed Oct 22, 2020
    Copy the full SHA
    5ea7519 View commit details
  3. chore(release): 🎉 1.8.1 [skip ci]

    ## [1.8.1](v1.8.0...v1.8.1) (2020-10-22)
    
    ### Bug Fixes
    
    * yarn engine is not required ([#34](#34)) ([89484b8](89484b8))
    * **server:** Hide internal server error messages from the client in production ([36fe405](36fe405)), closes [#31](#31)
    semantic-release-bot committed Oct 22, 2020
    Copy the full SHA
    9bb6d05 View commit details
Loading