Skip to content

1.3.0

Compare
Choose a tag to compare
@james-pre james-pre released this 12 Nov 05:00
· 202 commits to main since this release
v1.3.0
f5a61ac
  • Fixed Fetch file index path
  • Removed double stats clone in Overlay
  • Streamlined StoreFS.openFile (+Sync)
  • PreloadFile._truncate now uses _write instead of writeSync
  • Added type parameterized fs to File
  • Removed internal Ino type (internal breaking change)
  • Corrected name of data pointers called ino to data (internal breaking change)
  • Fixed key fields being incorrectly named ino
  • Added a proper ino field
  • Streamlined StoreFS
  • Inode now accepts ArrayBufferViews
  • Cleaned up StoreFS._findINode (+Sync)
  • Real paths are now cached
  • Clean up cache
  • Added support for setuid/setgid to StoreFS (#133)
  • Added interface for Async mixin
  • Fixed async not syncing in tests (temporary fix)
  • Fixed normalizeTime
  • Removed _toUnixTimestamp
  • Streamlined times tests
  • fixError can now handle read-only message