Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 20:36
· 7 commits to main since this release

Added

  • OneFSScanOptions.onError callback for handling subdirectory scan errors (replaces console.error)
  • readFileFromDirectory() now supports maxBytes option for partial file reads
  • CapacitorAdapter: Partial reads use Range headers via convertFileSrc for efficient memory usage

Changed

  • scanDirectory() errors are now silent by default; use onError callback to handle them
  • Removed unused StoredFile import from CapacitorAdapter

Fixed

  • Added @capacitor/core to devDependencies for build consistency