Releases: zen-fs/dom
Releases · zen-fs/dom
0.1.2
0.1.1
0.1.0
- Fixed test DB not being deleted (core#21)
- Renamed
FileSystemAccessFileSystem
toFileSystemAccessFS
- Renamed
IndexedDBFileSystem.Options
toIndexedDBOptions
- 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
andWorker
backends (to become separate packages) - Renamed from fs-dom to dom
0.0.6
0.0.5
- Updated to [email protected]
- Removed unused types in typedoc comment(s)
- Changed backends to work with [email protected] API
- Updated build target to es2020
0.0.4
- 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
toUint8Array
- Narrowed the return type of
FileSystemAccessFileSystem.createFile
andFileSystemAccessFileSystem.openFile
fromPromise<File>
toPromise<FileSystemAccessFile>
- Narrowed the return type of
HTTPRequest.open
fromPromise<File>
toPromise<NoSyncFile<this>>
- Removed
HTTPRequest._requestFileInternal
andHTTPRequest._requestFileSizeInternal
- Changed
WorkerFS
option validator to be synchronous
0.0.3
- Fixed
IndexedDBFileSystem.isAvailable
not callingopen
on the providedidbFactory
- Updated
StorageStore
constructor parameter type - Updated core (0.0.7 -> 0.0.8)
- Fixed readme
- Fixed importable paths (with
typesVersions
) so thatdist
is not needed