Releases: sindresorhus/conf
Releases · sindresorhus/conf
v13.0.1
v13.0.0
Breaking
- Switch from JSON Schema draft-v7 to draft-2020-12
- Please read about the breaking changes.
This is only a breaking change if you use the schema
option.
v12.0.0
v11.0.2
v11.0.1
v11.0.0
Breaking
- Require Node.js 14 cea3d68
- This package is now pure ESM. Please read this.
- The
projectName
option is now required unless you use thecwd
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 themigration
option. - Remove encryption migration 80e1ff0
- Make sure to upgrade to v10 first if you upgrade from a version earlier than v5.
v10.2.0
- Add
beforeEachMigration
option (#167) 06262ab
v10.1.2
v10.1.1
v10.1.0
- Add
configFileMode
option (#158) 8345d71