Skip to content

Latest commit

 

History

History
90 lines (51 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

90 lines (51 loc) · 5.13 KB

Changelog

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])

3.1.1 (2024-05-03)

Documentation

  • 2cb7474 #91 fix the example for readdirScoped (#91) (@aminya)

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])

3.1.0 (2022-11-03)

Features

  • ecbb150 #63 port @npmcli/move-file (#63) (@lukekarrys)
  • 1268710 #62 add readdirScoped method (@lukekarrys)

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 the withOwner and withOwnerSync methods
  • @npmcli/fs is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • b788931 #54 remove custom promisification in favor of fs/promises (#54) (@nlf)
  • e666309 #53 remove owner related code as well as stale polyfills (#53) (@nlf)
  • 895d205 #46 postinstall for dependabot template-oss PR (@lukekarrys)

2.1.2 (2022-08-15)

Bug Fixes

2.1.1 (2022-07-20)

Bug Fixes

  • remove polyfills which are out of range of our engines (#35) (be1e7b2)

2.1.0 (2022-03-21)

Features

  • add withOwner and withOwnerSync methods (#21) (40ee281)

2.0.1 (2022-02-23)

Bug Fixes

2.0.0 (2022-02-23)

⚠ BREAKING CHANGES

  • This removes support for node 10 and non-LTS versions of 12 and 14

Bug Fixes

Dependencies

  • update @gar/promisify requirement from ^1.0.1 to ^1.1.3 (#14) (e24e318)