Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 10:52
· 1194 commits to main since this release
d3a7168

2.0.0 (2026-06-02)

Bug Fixes

  • decrypt: address review — small-payload progress, escape hatch, sanitize, concurrency, tests (c99027a)

Features

  • decrypt: add onDownloadProgress + auto-unzip files (a4a4eeb)

BREAKING CHANGES

  • decrypt: DecryptFileResult.files is now Array<{name, blob}>
    (was string[]); DecryptFileResult.blob is removed; download() takes
    no arguments.