Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.54 KB

File metadata and controls

70 lines (41 loc) · 1.54 KB

@n1ru4l/graphql-live-query-patch-jsondiffpatch

0.7.0

Minor Changes

  • f555f2f: GraphQL v16 compatibility

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

  • 6f86843: ensure unmodified properties are not removed when applying patches
  • Updated dependencies [6f86843]

0.6.0

Minor Changes

  • 7e56721: Use @n1ru4l/json-patch-plus for smaller and more efficient patches

Patch Changes

0.5.0

Minor Changes

  • 8e14fd2: improve ESM support by using export fields and .mjs file extensions

Patch Changes

0.4.0

Minor Changes

  • a002527: omit empty patches from being sent to clients

Patch Changes

0.3.2

Patch Changes

  • 04a7fb6: BREAKING move @n1ru4l/graphql-live-query-patch logic to @n1ru4l/graphql-live-query-patch-json-patch. @n1ru4l/graphql-live-query-patch now contains generic logic for patch generation. @n1ru4l/graphql-live-query-patch-jsondiffpatch implements the more efficient jsondiffpatch algorithm
  • Updated dependencies [04a7fb6]