Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

72 lines (41 loc) · 2.57 KB

Change Log

All notable changes to this project will be documented in this file. 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.

1.1.0 (2023-12-18)

🚀 Features

  • add generics for readJSON() (34bdfc8)

1.0.0 (2023-11-09)

🛑 Breaking changes

  • 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

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

0.5.0 (2023-02-05)

🚀 Features

0.4.0 (2023-01-10)

🚀 Features

  • add readText() encoding opts (22366c0)
  • add readBinary(), update pkg exports (2c647ed)

0.3.25 (2022-12-29)

♻️ Refactoring

  • update "no-browser" pkg handling (0e84f1b)

0.3.0 (2022-05-20)

🚀 Features

  • add more fns (hashing, masking etc.) (95b9e2b)
    • add fileHash(), stringHash()
    • add maskHomeDir()
    • add fileExt(), isDirectory()

🩹 Bug fixes

  • fix ensureDir() for local file paths (4ae95c2)

0.2.0 (2022-05-19)

🚀 Features

  • add dirs() iterator, add writeFile(), dry-run handling (0279db8)

0.1.0 (2022-05-18)

🚀 Features