Comparing version 0.1.4-rc1 to 0.1.4
@@ -8,2 +8,7 @@ # Confort Changelog | ||
## [v0.1.4] - 2020-08-07 | ||
### Changed | ||
- no longer includes supported modules as dependencies. Requires the depedent to install the desired modules directly | ||
## [v0.1.3] - 2019-10-15 | ||
@@ -34,1 +39,2 @@ | ||
[v0.1.3]: https://gitlab.com/GCSBOSS/confort/-/tags/v0.1.3 | ||
[v0.1.4]: https://gitlab.com/GCSBOSS/confort/-/tags/v0.1.4 |
{ | ||
"name": "confort", | ||
"version": "0.1.4-rc1", | ||
"version": "0.1.4", | ||
"description": "A library for incrementally build config objects through layering config files in many formats.", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -10,3 +10,3 @@ # [Confort](https://gitlab.com/GCSBOSS/confort) | ||
- Option to watch changes in loaded config files | ||
- Supported formats so far: TOML, JSON, CSON and YAML | ||
- Supported formats so far: TOML (`toml`), JSON, CSON (`cson-parser`) and YAML (`yaml`) | ||
@@ -17,2 +17,4 @@ ## Get Started | ||
> You also need to install the lib for parsing the type of file you mean to use like: `npm i toml` for parsing TOML | ||
In your code: | ||
@@ -19,0 +21,0 @@ |
{ | ||
"key": "value" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18616
68