Skip to content

v2.0.0

Compare
Choose a tag to compare
@arv arv released this 05 Nov 23:38

Improvements

  • You can now scan indexes starting at a particular key
  • Scanning indexes was fixed to work with indexes larger than a few hundred items

Breaking API Changes

  • ScanOptions is now flattened to deal with the startKey and startKeyExclusive
  • We now return a tuple for the key when scanning over indexes

See https://replicache-sdk-js.now.sh/interfaces/readtransaction.html#scan for more information.