v2.0.0
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.