mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
431 B
431 B
CHANGELOG
Version 0.5.0
nconf.stores.*is nownconf.*nconf.storesnow represents the set of nconf.* Store instances on the nconf object.- Added
nconf.argv(),nconf.env(),nconf.file(),nconf.overrides(),nconf.defaults(). nconf.systemno longer exists. Thenconf.Systemstore has been broken intonconf.Argv,nconf.Envandnconf.Literal- Fixed bugs in hierarchical configuration loading.