Skip to content

v7.0.0-beta.3

Compare
Choose a tag to compare
@arv arv released this 14 Sep 23:33
· 3 commits to main since this release

Features:

  • Add migration code (#510)
  • Use JS values directly in the KV Store instead of Flatbuffers.

Fixes:

  • Add workaround for Safari IDB issue
  • Stop deep cloning in ReadTransaction and also using Object.freeze() (#480)

Breaking Changes:

  • Remove scanAll. It has been deprecated for a while. #511
  • Use ReadonlyJSONValue in read transactions