Skip to content

Releases: zen-fs/dom

0.1.2

23 Mar 18:53
1a87b32
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Exported FileSystemAccessOptions
Added a . specifier to the exports field of package.json.

0.1.1

22 Mar 20:20
2d1b033
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Fixed IndexedDB.isAvailable not returning true on success
  • Upgraded to core v0.4

0.1.0

17 Mar 23:26
40b328e
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Fixed test DB not being deleted (core#21)
  • Renamed FileSystemAccessFileSystem to FileSystemAccessFS
  • Renamed IndexedDBFileSystem.Options to IndexedDBOptions
  • Upgraded core to 0.3.2
  • Refactor of FileSystemAccessFS
  • Updated readme
  • Changed core to peer dependency
  • Updated backends to work with [email protected]
  • Split off HTTPRequest and Worker backends (to become separate packages)
  • Renamed from fs-dom to dom

0.0.6

27 Feb 12:24
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release
  • Fixed StorageStore.put using Uint8Array.toString() instead of decode

0.0.5

27 Feb 01:12
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

0.0.4

20 Oct 11:34
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • Updated core (0.0.8 -> 0.0.11)
  • Removed unused dependencies: @jest/globals, @types/jest, @types/node, archiver, buffer, cross-env, esbuild-plugin-polyfill-node, jest, path, ts-jest
  • Moved from Buffer to Uint8Array
  • Narrowed the return type of FileSystemAccessFileSystem.createFile and FileSystemAccessFileSystem.openFile from Promise<File> to Promise<FileSystemAccessFile>
  • Narrowed the return type of HTTPRequest.open from Promise<File> to Promise<NoSyncFile<this>>
  • Removed HTTPRequest._requestFileInternal and HTTPRequest._requestFileSizeInternal
  • Changed WorkerFS option validator to be synchronous

0.0.3

15 Oct 19:13
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • Fixed IndexedDBFileSystem.isAvailable not calling open on the provided idbFactory
  • Updated StorageStore constructor parameter type
  • Updated core (0.0.7 -> 0.0.8)
  • Fixed readme
  • Fixed importable paths (with typesVersions) so that dist is not needed

0.0.2

15 Oct 15:08
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Removed FileIndex (moved to core)

0.0.1

15 Oct 13:41
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Initial release. Added backends.