joebobmiles / zustand-middleware-yjs

Zustand middleware that enables sharing of state between clients via Yjs.
MIT License
105 stars 11 forks source link

Implement our own, internal json-diff operation #10

Closed joebobmiles closed 3 years ago

joebobmiles commented 3 years ago

The json-diff library we depend on to find differences between JSON objects was great but is too old to be properly bundled for use in contemporary JavaScript projects. I've now reimplemented the one function we use from that library and integrated it with the rest of our codebase.

joebobmiles commented 3 years ago

:tada: This PR is included in version 1.0.0-rc.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

joebobmiles commented 3 years ago

:tada: This PR is included in version 1.1.0-rc.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

joebobmiles commented 3 years ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: