Releases: zen-fs/core
Releases · zen-fs/core
1.1.0
- (experimental) Added device files
DeviceFS
is used to handle devicesDeviceDriver
is used to implement devices- Added device auto-adding configuration option (
addDevices
) - You can read more about this in the readme.
- Added
encodeRaw
anddecodeRaw
- Renamed
decode
andencode
to*UTF8
- Fixed circular dependency between stats.ts and inode.ts
- Changed
StoreFS
to use theFile
type instead ofPreloadFile
1.0.11
1.0.10
1.0.9
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).