Releases: zen-fs/core
Releases · zen-fs/core
1.0.8
1.0.7
This release removes the bundle JS file and sourcemap. The 2 removed files are 1.4 MB, around 75% of the total package size on NPM. Users can still bundle it with their own applications, and it is still possible to import from a script tag (using import maps).
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
The API is now stable. Please note this release does not introduce new features. You can see all of the changes from previous releases.
After almost a year, ZenFS 1.0.0 is out! Special thanks to @terryluan12, @yoursunny, @atty303, @1j01, and many others for contributing.
0.18.1
- Fixed
Mutexed
not working correctly due to an issue where a method would call another method that would attempt another lock. (Thanks to @terryluan12 for all the help) Mutexed
now mutexes filesystem wide, due to side effects- Also changed
MutexedFS.isLocked
to a getter - Fixed spelling of synchronous in
port/fs.ts
andreadme.md
(#103, Thanks @fetsorn) Stats.hasAccess
no longer requires acredentials
argument