Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

57 lines (35 loc) · 3.42 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.5 (2024-03-28)

Note: Version bump only for package @alwatr/node-fs

1.0.4 (2024-01-31)

Bug Fixes

  • exported types by add .js extensions to all imports (fc3d83e) by @AliMD

Miscellaneous Chores

1.0.3 (2024-01-24)

Note: Version bump only for package @alwatr/node-fs

1.0.2 (2024-01-20)

Note: Version bump only for package @alwatr/node-fs

1.0.1 (2024-01-16)

Note: Version bump only for package @alwatr/node-fs

1.0.0 (2024-01-16)

Features

  • node-fs: enhance type of JSON-related functions (69751ed) by @AliMD

1.0.0-beta.0 (2024-01-08)

Bug Fixes

  • node-fs: Update import statement for make-file module (7bddaa0) by @AliMD

Features

  • node-fs: Add make-file-bench demo script (ca3a57a) by @AliMD
  • node-fs: base package (74cbe48) by @njfamirm
  • node-fs: copy from store (5c23e01) by @njfamirm
  • node-fs: definePackage and logger (3880703) by @njfamirm
  • node-fs: demo (31f3740) by @njfamirm
  • node-fs: enhance json types (e85d927) by @AliMD
  • node-fs: enhance writeJson type (9010c72) by @AliMD
  • node-fs: makeFile (186ba09) by @njfamirm
  • node-fs: readFile under asyncQueue (ab12153) by @AliMD
  • node-fs: rewrite new writeFile method (7534ed1) by @AliMD
  • node-fs: writeFile under asyncQueue (6d8b3d7) by @AliMD
  • node-fs: writeJson method (581d4f9) by @AliMD