Skip to content

v3.0.3

Latest
Compare
Choose a tag to compare
@parkertomatoes parkertomatoes released this 03 Dec 11:40
· 1 commit to main since this release

New features

  • Users can now choose between single-partition mode and multi-partition mode
  • Users no longer need to specify
  • Added convenience functions
    • FatFsDisk.prototype.readFile for reading an entire file at once
    • FatFsDisk.prototype.writeFile for writing an entire file at once
    • FatFsDisk.prototype.session for mounting and unmounting

Bug fixes

  • WASM links were not resolving when using CDNs such as unpkg
  • IntelliSense in VSCode for typescript definitions wasn't working correctly