Skip to content

1.2.5

Compare
Choose a tag to compare
@james-pre james-pre released this 31 Oct 22:07
· 284 commits to main since this release
v1.2.5
6e82339
  • Added config.unsafeBufferReplace
  • PreloadFile._write no longer marks a file as dirty before checking if the flag is writeable
    • This may avoid uneeded File.sync calls.
  • Fixed double sync on _open when the flag is truncating
  • symlink now reuses the file handle for writing, instead of opening it twice