431 B
431 B
CHANGELOG
Version 0.5.0
nconf.stores.*
is nownconf.*
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. Thenconf.System
store has been broken intonconf.Argv
,nconf.Env
andnconf.Literal
- Fixed bugs in hierarchical configuration loading.