v5.0.0
Breaking for TypeScript users
- Improve TypeScript typings sindresorhus/conf@ef63b11 sindresorhus/conf@ff54952
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 likestore.get('foo.bar')
with a typed store. We're looking into how to support that: sindresorhus/conf#86
Enhancements
- Add support for migrations sindresorhus/conf@931ffce
Fixes
- Add temporary workaround for
electron-store
being packaged in a Snap app sindresorhus/conf@68bbb46