Skip to content

v4.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@streamich streamich released this 20 Jun 22:01
· 369 commits to next since this release

4.1.0 (2023-06-20)

Bug Fixes

  • πŸ› allow readin into various kinds of buffers (e9c70e9)
  • πŸ› allow to seek in file (b363689)
  • πŸ› do not allow empty children names (43da1d6)
  • πŸ› handle root folder better (76de780)
  • πŸ› throw "ENOENT" and "ENOTDIR" when folder or file 404 (ddd5d56)

Features

  • 🎸 add .truncate() method (085335c)
  • 🎸 add ability to close files (d3828a8)
  • 🎸 add ability to create sub directories (528c807)
  • 🎸 add ability to remove all files (566e29b)
  • 🎸 add appendFileSync() method (27411e4)
  • 🎸 add basenem() utility (43354e5)
  • 🎸 add copyFile() method (5e207c4)
  • 🎸 add copyFileSync() method (5fc1bac)
  • 🎸 add createSwapFile() method (b07ce79)
  • 🎸 add existsSync() method (073ec6b)
  • 🎸 add fstatSync() method (6b1597a)
  • 🎸 add initial writign implementation (6a50382)
  • 🎸 add lstat() and fstat() methods (e147d58)
  • 🎸 add mkdirSync() method (bcad970)
  • 🎸 add mkdtempSync() method (68033dd)
  • 🎸 add options to promises.rmdir() method (0628d56)
  • 🎸 add pathToLocation() utility (cb92a99)
  • 🎸 add read/write mode separation (60a65c1)
  • 🎸 add readdirSync() method (3689abd)
  • 🎸 add readlinkSync() method (8d243a0)
  • 🎸 add readSync() method (3729cd0)
  • 🎸 add realpathSync() method (75890e0)
  • 🎸 add renameSync() method (5b1cd63)
  • 🎸 add rm() method (29a7dc8)
  • 🎸 add rmdirSync() method (695b62a)
  • 🎸 add rmSync() method (aa9acb3)
  • 🎸 add some common objects (c89744d)
  • 🎸 add sync api (16d6600)
  • 🎸 add timeout to spin lock (48e8e74)
  • 🎸 add truncateSync() and ftruncateSync() methods (2b77619)
  • 🎸 add typed array view support to volume (7c8439f)
  • 🎸 add unlinkSync() method (417f911)
  • 🎸 add writev() method (8190bfd)
  • 🎸 create FSA types folder (bb0c75a)
  • 🎸 create Node fs api tyeps (4db1321)
  • 🎸 explose FSA from index file (77696f5)
  • 🎸 implement .getDirectoryHandle() method (090980c)
  • 🎸 implement .getFile() method (17015a3)
  • 🎸 implement .getFileHandle() method (40bdc13)
  • 🎸 implement .isSameEntry() method (438806b)
  • 🎸 implement .mkdir method (be1525a)
  • 🎸 implement .mkdtemp() method (2db4cd0)
  • 🎸 implement .removeEntry() method (dca57a2)
  • 🎸 implement .resolve() method (9d5669c)
  • 🎸 implement .values() and .entries() (177010a)
  • 🎸 implement .write() for FSA (6a2fa2d)
  • 🎸 implement access() method (c72390b)
  • 🎸 implement accessSync() method (719a19f)
  • 🎸 implement basic readdir (685bc7e)
  • 🎸 implement basic rename() method, only for files (4769314)
  • 🎸 implement basic state() method (4039d64)
  • 🎸 implement closeSync() method (646efaf)
  • 🎸 implement Dirent listings (5d6f976)
  • 🎸 implement exists() method (0753937)
  • 🎸 implement first version of readFile() method (629f22a)
  • 🎸 implement first version of worker (caf8394)
  • 🎸 implement FSA ReadStream (53784d9)
  • 🎸 implement initial version of .open() mehtod (cb363b5)
  • 🎸 implement initial version of appendFile() method (65580aa)
  • 🎸 implement initial version of writeFile() method (e2b2bfd)
  • 🎸 implement keys() method (b8e8a4c)
  • 🎸 implement openSync() method (4b7eddd)
  • 🎸 implement read() method (7357c14)
  • 🎸 implement readFileSync() method (953d276)
  • 🎸 implement readFileSync() method (bb803e2)
  • 🎸 implement realpath() method (99b12dc)
  • 🎸 implement rmdir() method (973af0a)
  • 🎸 implement sync messenger (d221870)
  • 🎸 implement sync write method (22047da)
  • 🎸 implement truncation (d4469d1)
  • 🎸 implement unlink() method (6bd3e75)
  • 🎸 implement writeSync() method (12a8b3f)
  • 🎸 improve mkdir method (c393f6c)
  • 🎸 improve read stream interfaces (6d5de0c)
  • 🎸 improve stat method (c6eeab4)
  • 🎸 improve write stream, better flag handling (7b9e0a3)
  • 🎸 improve writing at offset logic (392932a)
  • 🎸 improve writing to file (3edcac1)
  • 🎸 include "writeSync" method for sync writer (b006b2d)
  • 🎸 introduce FSA context (b696e09)
  • 🎸 make basic WriteStream work (c109af1)
  • 🎸 make statSync() resolve the path correctly (7801533)
  • 🎸 normalize adapter rpc (96b8374)
  • 🎸 progress on writable stream (9900423)
  • 🎸 setup fsa to node utility (5fa0d61)
  • 🎸 setup node-to-fsa folder (16e78e3)
  • 🎸 setup webfs (99c915f)
  • 🎸 standartize message contents (c254dc7)
  • 🎸 start synchronous file handle implementation (d05c407)
  • 🎸 start WriteStream implementation (32e13a8)
  • 🎸 throw exception on closed files (5119b8f)
  • 🎸 track number of written bytes (7a65daa)
  • 🎸 write through a swap file (5134766)