v2.0.0
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 thestartKey
andstartKeyExclusive
- 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.