Skip to content

Releases: zen-fs/dom

0.2.17

10 Oct 16:45
v0.2.17
5998f0a
Compare
Choose a tag to compare
0.2.17 Pre-release
Pre-release
  • Backend types are now aliased to interfaces
    • This is for cleaner IntelliSense and Typescript errors
  • Fixed WebAccessFS.rename not waiting for the writable stream to close
  • Simplified WebAccessFS.readdir
  • Fixed IndexedDBTransaction's abort and commit methods not resolving or rejecting at the right times
  • Added public access modifier to bare constructors
  • Updated core to ^1.0.4

0.2.16

01 Oct 15:25
v0.2.16
f4fc326
Compare
Choose a tag to compare
0.2.16 Pre-release
Pre-release

Updated @zenfs/core to ^1.0.0.

0.2.15

07 Sep 22:25
v0.2.15
74272e9
Compare
Choose a tag to compare
0.2.15 Pre-release
Pre-release

IndexedDBTransaction now checks if the underlying Indexed DB transaction is finished before attempting to abort or commit it.

0.2.14

25 Jul 11:44
v0.2.14
7e0bcb5
Compare
Choose a tag to compare
0.2.14 Pre-release
Pre-release
  • FS constants are used instead of the remove FileType enum
  • Changed core from ^0.12.10 to >=0.12.10, so you can use the latest versions.

0.2.13

17 Jun 15:16
v0.2.13
f8a30e6
Compare
Choose a tag to compare
0.2.13 Pre-release
Pre-release
  • Fixed IndexedDB missing a cache (#14)
  • The minimum core version needed is now v0.12.10
  • Updated IndexedDBTransaction to work with the latest core
  • IndexedDBStore.name is no longer prefixed with IndexedDB:
  • Changed NPM publishing to using package.json files field

0.2.12

29 May 14:11
Compare
Choose a tag to compare
0.2.12 Pre-release
Pre-release
  • Changed IndexedDB to use Async, so sync. operations work correctly
  • Types are sourced from declarations, not source (#15, thanks @yoursunny)
  • The minimum core version is now 0.12.5

0.2.11

23 May 19:43
v0.2.11
6a9d82c
Compare
Choose a tag to compare
0.2.11 Pre-release
Pre-release

Fixed WebAccess.readdir returning paths relative to the FS root instead of just file names

0.2.10

19 May 18:53
v0.2.10
13d46dd
Compare
Choose a tag to compare
0.2.10 Pre-release
Pre-release
  • Disabled resizable buffers in WebAccessFS and added a check in writeFile
  • Updated core to v0.12.1

0.2.9

17 May 18:59
v0.2.9
d5aefd9
Compare
Choose a tag to compare
0.2.9 Pre-release
Pre-release
  • Changed WebAccessFS constructor to use handle directly
  • Updated core version to be ^ not ~ so v0.12.0+ can be used

0.2.8

16 May 10:33
v0.2.8
5418953
Compare
Choose a tag to compare
0.2.8 Pre-release
Pre-release

Upgraded to core v0.11.1