Skip to content

Releases: n1ru4l/graphql-live-query

@n1ru4l/[email protected]

24 Nov 17:30
c41474b
Compare
Choose a tag to compare

Minor Changes

  • df4f39b: Return AsyncIterableIterator for the execution result instead of taking a sink as an argument.

Patch Changes

  • df4f39b: Correctly re-execute active operations after being offline.

@n1ru4l/[email protected]

24 Nov 21:03
d909b63
Compare
Choose a tag to compare

Minor Changes

  • 2a5c28a: rename createLiveQueryPatchInflator to applyLiveQueryPatchInflator

@n1ru4l/[email protected]

24 Nov 17:30
c41474b
Compare
Choose a tag to compare

Minor Changes

  • 3ad59d1: Initial release for @n1ru4l/graphql-live-query-patch

@n1ru4l/[email protected]

23 Nov 07:45
a859037
Compare
Choose a tag to compare

Patch Changes

  • 24028bf: feat: add validationRules option for overwriting validationRules without overwriting validate.

@n1ru4l/[email protected]

13 Nov 06:13
ef5719b
Compare
Choose a tag to compare

Minor Changes

  • 10a110e: Update Socket.io to version 3

@n1ru4l/[email protected]

13 Nov 06:13
ef5719b
Compare
Choose a tag to compare

Minor Changes

  • 10a110e: Update Socket.io to version 3

@n1ru4l/[email protected]

13 Nov 06:13
ef5719b
Compare
Choose a tag to compare

Patch Changes

  • ca21161: Mark live query execution results via the boolean isLive property published by the AsyncIterator. This makes identifying live queries easier. A possible use-case where this is useful might be a wrapper around InMemoryLiveQueryStore.execute that creates patches from the last and next execution result."
  • Updated dependencies [ca21161]
  • Updated dependencies [f244baa]

@n1ru4l/[email protected]

13 Nov 06:13
ef5719b
Compare
Choose a tag to compare

Minor Changes

  • f244baa: Add NoLiveMixedWithDeferStreamRule rule.

Patch Changes

  • ca21161: Mark live query execution results via the boolean isLive property published by the AsyncIterator. This makes identifying live queries easier. A possible use-case where this is useful might be a wrapper around InMemoryLiveQueryStore.execute that creates patches from the last and next execution result."

@n1ru4l/[email protected]

04 Nov 12:32
33dc17e
Compare
Choose a tag to compare

Minor Changes

  • 7b37628: Remove support for the onError handler.
  • 7b37628: Accept DocumentNode objects as the execution input.

Patch Changes

  • 8d416b8: make graphql a peer dependency
  • 7b37628: Make implementation more conform with how graphql-express behaves.

@n1ru4l/[email protected]

04 Nov 12:32
33dc17e
Compare
Choose a tag to compare

Minor Changes

  • 3864577: Instead of returning an Observable a Sink must now be passed as the second parameter for the execute function.