Releases: npm/fs
Releases · npm/fs
v4.0.0
4.0.0 (2024-09-11)
⚠️ BREAKING CHANGES
@npmcli/fs
now supports node^18.17.0 || >=20.5.0
Bug Fixes
618ca23
#121 align to npm 10 node engine range (@hashtagchris)
Chores
1c67142
#123 enable auto publish (@hashtagchris)83f4580
#121 run template-oss-apply (@hashtagchris)65bff4e
#119 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])6dd91fc
#120 postinstall for dependabot template-oss PR (@hashtagchris)72176f8
#120 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
v3.1.1
3.1.1 (2024-05-03)
Documentation
Chores
237e7c6
#106 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)456d343
#106 postinstall for dependabot template-oss PR (@lukekarrys)5b0f7c6
#105 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
v3.1.0
3.1.0 (2022-11-03)
Features
ecbb150
#63 port @npmcli/move-file (#63) (@lukekarrys)1268710
#62 add readdirScoped method (@lukekarrys)
v3.0.0
3.0.0 (2022-10-11)
⚠️ BREAKING CHANGES
- this package no longer exports the full set of core fs functions
- this removes the
owner
option from all methods that previously supported it, as well as thewithOwner
andwithOwnerSync
methods @npmcli/fs
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0