Releases: sindresorhus/configstore
Releases · sindresorhus/configstore
2.0.0
This verison introduces support for using dot notation for getting, setting and deleting properties (provided by dot-prop). For most this should not be a breaking change, but it's a major release as someone might use dots in their keys and this changes the behavior of that.
1.0.0 - JSON is my friend
Breaking change: We switched from storing the config in YAML to JSON. If you're upgrading please be aware that it will no longer load your existing YAML config. So you might be better off staying at pre-1.0.0.
0.3.0 - xylorimbas-drosophilas
More restrictive default permissions. Only you will be able to read/write the files.