Releases: dozyio/js-blockstore-opfs
Releases · dozyio/js-blockstore-opfs
Release list
v1.0.1
v1.0.0
1.0.0 (2026-06-24)
Features
- configurable path to web worker, removed redundant tests (b8658c3)
- use web workers for the majority of calls apart from getAll. Add webkit support (c7d10ee)
- wrap implementations - use web worker where possible but fallback to main thread for some ops (6ebebbb)
Bug Fixes
- add ls for webworker, getAll() now uses web worker (33199c2)
- package.json (9f64208)
- ww missing open in tests (8be4b7b)
Trivial Changes
- bump deps (#4) (112db0c)
- err message (728fd82)
- fix tsconfig to output src js (10b3091)
- inline blob worker (89dd6a1)
- lint (709ae6b)
- move test files (61cc97c)
- remove
free, add navigator.storage.estimate to docs, bump deps (5dbe676) - remove debugging logs (5baa23b)
- remove exports to implementations, update main (606f801)