Skip to content

v6.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 09 Sep 07:19

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