Conf Versions Save

Simple config handling for your app or module

v10.0.1

3 years ago
  • Fix issue with onDidChange not always being called (#143) 3a53356

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

v10.0.0

3 years ago

Breaking

  • Require Node.js 12 4fa57ef
  • Upgrade from Ajv 7 to Ajv 8

https://github.com/sindresorhus/conf/compare/v9.0.2...v10.0.0

v9.0.2

3 years ago
  • Add ajv-formats when a schema is used (#144) 094ac38

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

v9.0.1

3 years ago
  • Fix .reset() to correctly handle falsy default values (#141) 735225e

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

v9.0.0

3 years ago
  • Make the clearInvalidConfig option false by default b291021 A lot of people found the previous default surprising.

https://github.com/sindresorhus/conf/compare/v8.0.0...v9.0.0

v8.0.0

3 years ago

Breaking

  • Fix .clear() behavior (#136) 259ba9b Previously, it would not reset the values back to the default ones specified in the defaults or schema option. It correctly does this now.
  • Update ajv to version 7. This might affect user using the schema option.

https://github.com/sindresorhus/conf/compare/v7.1.2...v8.0.0

v7.1.2

3 years ago
  • Fix the .get() TypeScript return type (#117) 526002e

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

v7.1.1

3 years ago
  • Export Options TypeScript type 71477a7

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

v7.1.0

3 years ago
  • Use atomically package instead of write-file-atomic (#115) 6c624a0

https://github.com/sindresorhus/conf/compare/v7.0.1...v7.1.0

v7.0.1

3 years ago