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