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

0.9.18

Latest
Compare
Choose a tag to compare
@hwillson hwillson released this 17 Aug 11:47
· 67 commits to master since this release

Bug Fixes

  • Do not send GQL_STOP when unsubscribing after GQL_COMPLETE is received.
    @onhate in #775
  • Clear WebSocket event listeners on close.
    @tretne in #615
  • Fix MessageTypes TS import errors.
    @sneko in #412
  • Ensure promisedParams errors are not handled twice.
    @benjie in #514
  • Fix invalid formatResponse console error.
    @renatorib in #761
  • Destructure the correct error object in MessageTypes.GQL_START.
    @gregbty in #588
  • Inline source in sourcemap files to fix broken source lookups.
    @alexkirsz in #513

New Features