github zen-fs/core v0.14.0
0.14.0

latest releases: v2.4.4, v2.4.3, v2.4.2...
pre-release18 months ago
  • Node v22 is now required
    • This is for Promise.withResolvers. If you polyfill the function, you may be able to use a lower version of Node.
  • Replaced almost all try/finally blocks with using/await using declarations.
  • Added Locked backend
  • Added LockedFS.lockSync
  • Folded Mutex into LockedFS
  • Fixed the order in which Index entries are listed when generated with make-index.
  • Added noThrow argument to LockedFS.unlock
  • Fixed Overlay.sync not creating files if they didn't exist (Thanks @terryluan12)
  • Fixed LockedFS not unlocking a path if an error was thrown (Thanks @terryluan12)
  • Fixed Overlay.stat not throwing errors properly (Thanks @terryluan12)

Don't miss a new core release

NewReleases is sending notifications on new releases.