Releases: GoogleChromeLabs/browser-fs-access
Releases · GoogleChromeLabs/browser-fs-access
v0.23.0
- Readable stream support when saving (#67)
v0.22.1
- Output ESM and CJS bundle (#83)
v0.21.1
- Add a
skipDirectory()
function to skip certain directories when traversing recursively. (#80)
v0.21.0
- Deal with Safari behavior (#72).
v0.20.5
- Fix
fileSave()
return type (#68).
v0.20.4
- Add
excludeAcceptAllOption
.
- Fix types (#65).
v0.20.3
- Fix default MIME type to be
*/*
when no MIME type is passed.
v0.20.2
- Update types for the new
options
(array of objects or object) (#62)
- Add exception handling to
fileSave()
, analog to fileOpen()
and directoryOpen()
via options.setupLegacyCleanupAndRejection
.
v0.20.1
- Document new features in
README
.
- Remove erroneously left logging.