Skip to content

Releases: sindresorhus/conf

v7.1.0

17 Jul 18:48
Compare
Choose a tag to compare
  • Use atomically package instead of write-file-atomic (#115) 6c624a0

v7.0.1...v7.1.0

v7.0.1

03 Jul 16:09
Compare
Choose a tag to compare

v7.0.0...v7.0.1

v7.0.0

03 Jul 15:02
Compare
Choose a tag to compare

Breaking

Improvements

  • Move to TypeScript (#104) 41b0c10
    This hopefully should result in better types.

v6.2.4...v7.0.0

v6.2.4

12 Apr 06:32
Compare
Choose a tag to compare
  • Fix issue with package.json inference when using the cwd option (#107) 3ef2da0

v6.2.3...v6.2.4

v6.2.3

05 Apr 09:52
Compare
Choose a tag to compare

v6.2.1...v6.2.3

v6.2.1

22 Feb 09:34
Compare
Choose a tag to compare

v6.2.0

01 Nov 07:08
Compare
Choose a tag to compare
  • Warning: The migrations option is buggy. Don't use it at this time.
  • Add semver range capabilities into migrations (#88) df3a256

v6.1.0...v6.2.0

v6.1.0

29 Sep 05:29
Compare
Choose a tag to compare

v6.0.1

10 Sep 19:54
Compare
Choose a tag to compare
  • Fix the TypeScript types (#90) b5a4676
    The types were accidentally looser than intended.

v6.0.0...v6.0.1

v6.0.0

09 Sep 07:19
Compare
Choose a tag to compare

Breaking for TypeScript users

  • Improve TypeScript typings (#73) ef63b11 ff54952 93ace80
    The types were made much better, but it will probably break for some users. You can now properly define a strongly-typed store. Example.
    Note: There's no way to use a dot-path like config.get('foo.bar') with a typed store. We're looking into how to support that: #86

Enhancements

Fixes

  • Add temporary workaround for Conf being packaged in a Snap app 68bbb46

v5.0.0...v6.0.0