- Last updated: 2026-03-07T10:29:01Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
2.2.20 (2025-12-03)
- update for-loops (use const where possible) (5ceaf1a)
2.2.0 (2025-07-03)
- add makedPath() and mask registry fns (74796f8)
- add copyFile() fns (incl. async version) (19ad5f3)
- update logging calls to use masked paths only (c25a2cb)
- add async versions of various file fns (eff47b7)
- add deleteFiles() and async versions (1185911)
2.1.21 (2025-01-14)
- use optional chaining & nullish coalescing (c5a0a13)
2.1.0 (2024-04-23)
- add deleteDir() (06b4ffc)
2.0.3 (2024-04-20)
- update type usage (7dc9551)
2.0.0 (2024-03-29)
- add
streamHash(), update other hashing fns (64a8cad) - BREAKING CHANGE:
fileHash()now async, renamestringHash()=>bufferHash()
- update args for
createTempFile()&tempFilePath()(d944789)- add docstrings
1.3.3 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
1.3.2 (2024-02-22)
- update all
node:*imports (c71a526)
1.3.0 (2024-02-19)
- add ensureDir() (8ca3085)
1.2.0 (2024-01-26)
- add fileWatcher() (71c1d8f)
- migrate internal predicates (52c985a)
1.1.0 (2023-12-18)
- add generics for readJSON() (34bdfc8)
1.0.0 (2023-11-09)
- update matching logic for files()/dirs() (8f275b5)
- BREAKING CHANGE: files()/dirs() matchers use full relative sub-path
- add support for arbitrary predicate fns as matcher
- update all tests (packages A-S) (e3085e4)
0.5.0 (2023-02-05)
- add fileChunks() (bcff691)