Skip to content

2.5.8

Latest

Choose a tag to compare

@james-pre james-pre released this 23 Jul 21:36
v2.5.8
4ec1a4c
  • Added support for @types/node@25.9.5
    • appendFile now accepts more types for it's data argument
  • new Inode(inode) now clones the passed inode instead of throwing
    • Added test for inode copy
  • Fixed IndexFS.stat returning a live inode instead of a clone (#295)
  • Fixed createFile and mkdir mutating their options in StoreFS and IndexFS (#295)
  • Fixed CreationOptions being mutable