Skip to content

0.12.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 20 May 18:14
· 689 commits to main since this release
v0.12.2
b6c777e
  • File.readSync now updates atime correctly
  • Calls to File.sync and File.syncSync no longer check for sync flag
  • Implemented StatsCommon methods: isSocket, isBlockDevice, isCharacterDevice, isFIFO
  • Changed StatsCommon.blocks to a getter
  • Streamlined StatsCommon constructor
  • Fixed StatsCommon.*timeNs being incorrect
  • Removed Stats.clone and BigintStats.clone
  • Implemented statsfs
  • Inlined wrap in sync.ts
    • _openSync now only resolves the fs and such once, which improves performance
  • Streamlined _open (+*Sync)