Skip to content

1.1.0

Compare
Choose a tag to compare
@james-pre james-pre released this 21 Oct 17:43
· 321 commits to main since this release
v1.1.0
b4f0c0d
  • (experimental) Added device files
    • DeviceFS is used to handle devices
    • DeviceDriver is used to implement devices
    • Added device auto-adding configuration option (addDevices)
    • You can read more about this in the readme.
  • Added encodeRaw and decodeRaw
  • Renamed decode and encode to *UTF8
  • Fixed circular dependency between stats.ts and inode.ts
  • Changed StoreFS to use the File type instead of PreloadFile