This repository has been archived by the owner on Jul 18, 2021. It is now read-only.
Releases: lobodpav/node-app-config
Releases · lobodpav/node-app-config
Stable enough to be called version 1.0.0
More unit tests
- Fixed devDependencies in package.json to contain version numbers
- Added unit test for
app-config
reload feature in 0.1.2
Improved unit testability
- Configuration files are now reloaded if
app-config
module is deleted fromrequire.cache
and then required again. This is useful for unit tests when need to reload the config files after making any changes to config object. - Replaced Node's
assert
module in unit tests byshould
Error and warning printing
- Always print an error when terminating the app due to a critical error
- Print a warning if the configuration directory is empty
Initial release
Initial release with support for dynamic configuration loading