Sindre Sorhus is announcing that configstore with version number 1.2.0 is already available to download.
What is configstore ?
configstore is Easily load configuration files in Node.js applications, modifying settings and adding new options on the fly without reloading the entire app .
configstore is a Node.js library that allows developers to load any type of config file from any location inside their Node.js powered application or website.configstore was designed to work with JSON-stored config files.It can do three things:Delete an item (setting, configuration, option, etc.)Set an item Get an itemUsage instructions are included with the package’s README file.
This is changelog for configstore version 1.2.0 :
- Switched from storing the config in YAML to JSON.
You can read the complete changelog and also download this latest version on their homepage: github.com