v7.0.0
Features:
- Port the Rust code to JS. This means that there is no more
wasmModule
option and no need to copy any wasm files around. It also means that the code size is smaller and the js code is faster than the wasm code. #458
Fixes:
- Compare to current main commit when computing changes from pull. #466
- Add workaround for Safari IDB issue #486
Breaking Changes:
scanAll
is gone. It was deprecated in early 6.x releases. #511- We tightened the type annotations for
ReadTransaction
methods to return readonly JSON values ,ReadonlyJSONValue
, since you must not mutate these. If you mutate these bad things may happen.