Skip to content

Releases: dozyio/js-blockstore-opfs

Release list

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 06:57

1.0.1 (2026-07-20)

Bug Fixes

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 22:14

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

Documentation