Conf Versions Save

Simple config handling for your app or module

v12.0.0

6 months ago

v11.0.2

9 months ago
  • Fix types for .delete() to allow access by dot notation (#182) 5b9a6e3

https://github.com/sindresorhus/conf/compare/v11.0.1...v11.0.2

v11.0.1

1 year ago
  • Fix paths in package.json's exports (#172) 99732a0

https://github.com/sindresorhus/conf/compare/v11.0.0...v11.0.1

v11.0.0

1 year ago

Breaking

  • Require Node.js 14 cea3d68
  • This package is now pure ESM. Please read this.
  • The projectName option is now required unless you use the cwd option.
    • Previously, the package fetched the package name from the closest package.json, but this is no longer possible with ESM.
    • If you target Node.js 18 or later, it's quite easy to read package.json.
  • The projectVersion option is now required if you use the migration option.
  • Remove encryption migration 80e1ff0
    • Make sure to upgrade to v10 first if you upgrade from a version earlier than v5.

https://github.com/sindresorhus/conf/compare/v10.2.0...v11.0.0

v10.1.2

2 years ago
  • Fix types for the upcoming TS 4.7 (#163) eb1da20

https://github.com/sindresorhus/conf/compare/v10.1.1...v10.1.2

v10.1.1

2 years ago
  • Fix the configFileMode option for TypeScript (#159) 07d275b

https://github.com/sindresorhus/conf/compare/v10.1.0...v10.1.1

v10.0.3

2 years ago

v10.0.2

2 years ago
  • Minor performance improvement (#153) 1ea9b28

https://github.com/sindresorhus/conf/compare/v10.0.1...v10.0.2