You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
431 B
9 lines
431 B
|
7 months ago
|
# CHANGELOG
|
||
|
|
|
||
|
|
### Version 0.5.0
|
||
|
|
|
||
|
|
* `nconf.stores.*` is now `nconf.*`
|
||
|
|
* `nconf.stores` now represents the set of nconf.* Store instances on the nconf object.
|
||
|
|
* Added `nconf.argv()`, `nconf.env()`, `nconf.file()`, `nconf.overrides()`, `nconf.defaults()`.
|
||
|
|
* `nconf.system` no longer exists. The `nconf.System` store has been broken into `nconf.Argv`, `nconf.Env` and `nconf.Literal`
|
||
|
|
* Fixed bugs in hierarchical configuration loading.
|