Releases: rocicorp/replicache
Releases · rocicorp/replicache
v6.2.1
v6.2.0
Roll repc
Include missing TypeScript definition file in package
v6.1.3 Bump version to 6.1.3.
Fix performance issue with multiple tabs
v6.1.2 Bump version to 6.1.2.
6.1.1
v6.1.0
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.
ReplicacheOptions
changed a bit . Please review your input parameters tonew Replicache
- Replicache is now a named export (not a default export)
clientID
is now exposed- No more
sync
. Usepull
instead. Pushes happens when data is mutated - Add
schemaVersion
toReplicacheOptions
- This is useful for versioning your data layer