Skip to content

Latest commit

 

History

History
80 lines (45 loc) · 1.71 KB

File metadata and controls

80 lines (45 loc) · 1.71 KB

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

0.7.0

Minor Changes

Patch Changes

  • Updated dependencies [25ad6d0]
  • Updated dependencies [f585fb3]

0.6.1

Patch Changes

  • 727e806: unpin fast-json-patch dependency.
  • Updated dependencies [727e806]

0.6.0

Minor Changes

  • f555f2f: GraphQL v16 compatibility

Patch Changes

0.5.2

Patch Changes

  • 31ef74b: fix esm support for create-react-app and webpack
  • Updated dependencies [31ef74b]

0.5.1

Patch Changes

  • 30d2720: fix esm support

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.3

Patch Changes

  • 791ed67: add missing dependency on @n1ru4l/graphql-live-query-patch

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