Skip to content

Releases: rocicorp/replicache

v6.2.1

18 May 16:01
@arv arv
Compare
Choose a tag to compare
  • Only call subscriptions that have changed

v6.2.0

12 Apr 22:03
@arv arv
Compare
Choose a tag to compare

Roll repc

04 Apr 01:54
Compare
Choose a tag to compare

Include missing TypeScript definition file in package

30 Mar 04:51
Compare
Choose a tag to compare

Fix performance issue with multiple tabs

30 Mar 01:21
Compare
Choose a tag to compare
v6.1.2

Bump version to 6.1.2.

6.1.1

29 Mar 22:59
Compare
Choose a tag to compare

Use BroadcastChannel to notify of changes across tabs rather than local storage in browsers that have it. This should reduce jank when using Replicache in multiple tabs.

v6.1.0

26 Mar 21:53
@arv arv
Compare
Choose a tag to compare
  • Feat: Push and pull on startup
  • Fix: Treat all non 200 HTTP responses as errors and try again

Diff Sync

24 Mar 23:00
@arv arv
Compare
Choose a tag to compare

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 to new Replicache
  • Replicache is now a named export (not a default export)
  • clientID is now exposed
  • No more sync. Use pull instead. Pushes happens when data is mutated
  • Add schemaVersion to ReplicacheOptions - This is useful for versioning your data layer

v5.2.0

17 Feb 22:37
@arv arv
Compare
Choose a tag to compare
  • feat: Add ReadTransaction isEmpty()
  • feat: Added an option to useMemstore instead of IndexedDB. This is useful for debugging/testing
  • fix: Send absolute URL for clientViewURL to Diff Server

v5.1.0

02 Feb 21:47
@arv arv
Compare
Choose a tag to compare

Now with updated wasm files