Skip to content

Latest commit

 

History

History
152 lines (85 loc) · 8.19 KB

CHANGELOG.md

File metadata and controls

152 lines (85 loc) · 8.19 KB

Change Log

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

1.1.5 (2024-10-11)

Code Refactoring

  • prevent side-effects (01e00e1) by @mohammadhonarvar

1.1.4 (2024-10-11)

Miscellaneous Chores

  • include LICENSE and LEGAL files to publish (09f366f) by @AliMD

1.1.3 (2024-10-11)

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

1.1.2 (2024-10-10)

Dependencies update

  • bump the development-dependencies group with 10 updates (fa4aaf0) by @dependabot[bot]

1.1.1 (2024-10-08)

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

1.1.0 (2024-09-29)

Features

  • node-fs/write-file: support buffer as content (3cce9e9) by @njfamirm
  • use package-tracer (cc3c5f9) by @mohammadhonarvar

Bug Fixes

  • all dependeny topology (1c17f34) by @mohammadhonarvar

Code Refactoring

  • node-fs: remove unused import from common module (496a338) by @AliMD
  • node-fs: Update logger import and initialization (0f89c0f) by @AliMD
  • use new type-helper global types and remove all import types (08b5d08) by @AliMD

Miscellaneous Chores

  • node-fs: change the license to AGPL-3.0 (9728276) by @ArmanAsadian
  • Update build and lint scripts (392d0b7) by @AliMD

Dependencies update

  • bump @types/node (3d80fed) by @dependabot[bot]

1.0.13 (2024-09-21)

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

1.0.12 (2024-09-15)

Dependencies update

  • bump the development-dependencies group across 1 directory with 10 updates (9ed98ff) by @dependabot[bot]
  • update (c36ed50) by @AliMD

1.0.11 (2024-08-31)

Miscellaneous Chores

1.0.10 (2024-08-31)

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

1.0.9 (2024-08-31)

Dependencies update

  • update all dependencies (1e0c30e) by @AliMD

1.0.8 (2024-07-04)

Dependencies update

  • update all dependencies (0e908b4) by @

1.0.7 (2024-05-12)

Dependencies update

1.0.6 (2024-04-25)

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

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