Skip to content

v6.3.0

Compare
Choose a tag to compare
@arv arv released this 25 Jun 22:15
· 3 commits to main since this release

Features

  • Expose requestOptions. This allows externally tweaking the min and max time between pull and push requests.
  • Add JS backed Puller/Pusher implementation. See ReplicacheOptions puller/pusher.
  • Add onOnlineChange callback.

Bug fixes

  • Make sure online is reported correctly.
  • Wait for close in open. This was mostly causing problems with Hot Module Replacement (HMR) because it ends up opening the Replicache instance while it was being closed.