Releases: zen-fs/core
Releases · zen-fs/core
Release list
2.5.7
- Added support for Node v25.9.0
- Added
pullandwritermethods toFileHandle
- Added
- Fixed '/' not being included in emitChange parent walk (#293)
- Fixed version assignment for
__zenfs__ - Fixed type in
emitKeypressEvents - Updated dependencies for development
2.5.6
2.5.5
2.5.4
2.5.3
- Moved logic for
statandlstatinto VFS (in preparation for #287) - Added
--runs/-rtozenfs-test, which will run a test suite (e.g. for theSingleBuffertests) multiple times and output average run time - Fixed
MetadataBlock.lockIndexsometimes causing a runtime error due to microsoft/TypeScript#61862 - Updated memium to v0.4.3
2.5.2
2.5.1
- Updated to
@types/nodev25- Changed some return types to use
NonSharedBuffer(see DefinitelyTyped/DefinitelyTyped#72687)
- Changed some return types to use
- Updated some other dependencies
- Fixed
zenfs-test --reportcausing CI to fail because the coverage reporter isn't compatible with Node v25 (bcoe/c8#582) - Updated eslint config
2.5.0
- Added support for synchronous configuration (#281, thanks @lvcabral) [docs]
- Fixed
PassthroughOptions.prefixbeing passed throughpath.resolve, breaking Windows paths (#284) - Changed
journalOperationsto aSetfor better performance[internal] - Added a note in the readme about path and readline emulation
2.4.4
- Fixed incorrect path resolution when inside a context with a non-root PWD (#263)
- Fixed
bindContextcopying from the created child context instead of assigning to it - Fixed
resolveMountnot resolving paths using the context's PWD normalizePathnow passes throughthistopath.resolve- Anti-regression tests now have the issue number in the test name instead of as a comment
- Contexts are now more secure at runtime, with
readonlymembers being made non-writable and non-configurable - Added internal
contextOfandcreateChildContext V_Contextis nowunknownfor better compatibility with Node.jsbindContextnow checks if the specified root is a directory and exists- Fixed incorrect example for
bindContextin documentation