All Versions
112
Latest Version
Avg Release Cycle
63 days
Latest Release
829 days ago

Changelog History
Page 9

  • v0.4.31 Changes

    October 18, 2013
    • Changed getConfigSources to copy array vs. object
  • v0.4.30 Changes

    September 12, 2013
    • More consistent array extension
    • No longer requiring a config directory
    • Not erroneously writing runtime.json
    • Exposing the original configuration sources
    • Added --NODE_CONFIG={json} command line overrides
    • Added $NODE_CONFIG={json} environment variable overrides
    • Consistent handling of environment variables and command line parameters
    • Reached 100 regression tests
  • v0.4.29 Changes

    August 07, 2013
    • Added flag for disabling the write of runtime.json
  • v0.4.28 Changes

    July 31, 2013
    • Eliminated a totally annoying install warning in newer versions of NPM
  • v0.4.27 Changes

    June 18, 2013
    • Fixed a bug preventing double underscores in config environment variables
  • v0.4.26 Changes

    June 10, 2013
    • Re-watch file on rename (allows editing runtime.json with vi)
    • Allow runtime.json file watch disable via NODE_CONFIG_DISABLE_FILE_WATCH=Y
    • Change no yaml parser error message to suggest using js-yaml
    • Changed default clone depth from 6 to 20 to allow for deeper configurations
  • v0.4.25 Changes

    May 24, 2013
    • Dont fail if config directory doesnt exist
  • v0.4.24 Changes

    April 13, 2013
    • Added resetRuntime() to reset the runtime.json file
    • Updated docs to reflect the new public method
  • v0.4.23 Changes

    April 13, 2013
    • Multiple application instance support via $NODE_APP_INSTANCE
    • Multi-app testing & documentation
  • v0.4.22 Changes

    March 29, 2013
    • Added configuration $CONFIG_* environment variables
    • Added $CONFIG_* documentation and tests
    • Added NodeJS 0.10 integration test