Releases: n1ru4l/graphql-live-query
Releases · n1ru4l/graphql-live-query
@n1ru4l/[email protected]
@n1ru4l/[email protected]
Minor Changes
- 2a5c28a: rename
createLiveQueryPatchInflator
toapplyLiveQueryPatchInflator
@n1ru4l/[email protected]
Minor Changes
- 3ad59d1: Initial release for @n1ru4l/graphql-live-query-patch
@n1ru4l/[email protected]
Patch Changes
- 24028bf: feat: add validationRules option for overwriting validationRules without overwriting validate.
@n1ru4l/[email protected]
Minor Changes
- 10a110e: Update Socket.io to version 3
@n1ru4l/[email protected]
Minor Changes
- 10a110e: Update Socket.io to version 3
@n1ru4l/[email protected]
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]
@n1ru4l/[email protected]
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]
@n1ru4l/[email protected]
Minor Changes
- 3864577: Instead of returning an Observable a Sink must now be passed as the second parameter for the execute function.