Diff Sync
This release no longer uses a Diff Server. Instead it does pull and push directly from the data layer. This means a few changes in the ReplicacheOption object. It also requires some changes to your data layer.
ReplicacheOptionschanged a bit . Please review your input parameters tonew Replicache- Replicache is now a named export (not a default export)
clientIDis now exposed- No more
sync. Usepullinstead. Pushes happens when data is mutated - Add
schemaVersiontoReplicacheOptions- This is useful for versioning your data layer