Skip to content

Releases: zen-fs/core

1.6.10

17 Dec 16:30
v1.6.10
3887a8a
Compare
Choose a tag to compare

readlink (+Sync) now default to using utf-8 when no encoding is passed. (#159, thanks @mcandeia!)

1.6.9

15 Dec 19:27
v1.6.9
47b86fb
Compare
Choose a tag to compare
  • Remove /mixins export (you can import from /mixins/index.js
  • Removed undocumented and unused mkdirpSync
  • Removed internal levenshtein distance function
  • Streamlined checkOptions errors

1.6.8

10 Dec 18:41
v1.6.8
9421489
Compare
Choose a tag to compare
  • Fixed isBackend requiring Backend.isAvailable to be present
  • Fixed linkSync passing the unresolved link path to FileSystem.linkSync

1.6.7

09 Dec 19:09
v1.6.7
7fe7c44
Compare
Choose a tag to compare
  • Backend.isAvailable is now optional
  • Moved inode.ts to backends/store/inode.ts, since Inode is only used by StoreFS

1.6.6

03 Dec 20:46
v1.6.6
b1f65b4
Compare
Choose a tag to compare

Fixed Inode upgrading setting the new ino at the wrong offset.

1.6.5

02 Dec 23:15
v1.6.5
4e578e4
Compare
Choose a tag to compare

The randomBigInt utility function now has a fallback for when crypto.getRandomValues doesn't work or is not available.

1.6.4

02 Dec 05:13
v1.6.4
f0c6334
Compare
Choose a tag to compare

Removed patch-package in favor of just modifying the type in polyfills.ts

1.6.3

02 Dec 04:17
v1.6.3
3eba304
Compare
Choose a tag to compare
  • Removed a function that shouldn't have existed
  • Patches are now included in the package

1.6.2

02 Dec 04:06
v1.6.2
be5485a
Compare
Choose a tag to compare
  • Fixed patch-package not running on install
  • Fixed src/emulation/types not being included in build (.d.ts -> .ts)

1.6.1

02 Dec 03:55
v1.6.1
0a3f3a4
Compare
Choose a tag to compare

Fixed patch-package running as a postinstall script instead of install script, meaning npm i @zenfs/core would try to run it (incorrectly).