All Versions
112
Latest Version
Avg Release Cycle
63 days
Latest Release
626 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v0.4.21 Changes
March 06, 2013- Triggering file.watch when an editor saves a file - rename vs. change
- Installed Travis-CI continuous integration testing framework
-
v0.4.20 Changes
February 21, 2013- Merged _diffDeep fix
-
v0.4.19 Changes
February 21, 2013- Added discovery of .yml in addition to .yaml for YAML configs (w/doc)
- Added testing of .yml file discovery
- Removed licensing inconsistencies
-
v0.4.18 Changes
October 30, 2012- Moved coffee-script and js-yaml from optionalDependencies back to devDependencies to trim the install size for those not needing these packages.
- Promoted $HOSTNAME and $HOST above OS.hostname()
-
v0.4.17 Changes
September 26, 2012- Allow the location of runtime.json to be picked up from the environment
- Added documentation for the NODE_CONFIG_RUNTIME_JSON environment variable
- package.json cleanup - created optionalDependencies and devDependencies
-
v0.4.16 Changes
August 09, 2012- Allowing a zero interval in watchForConfigFileChanges() to disable file watching.
- Fixed a comparator bug in _equalsDeep()
- Added a test to confirm deep extending array functionality
-
v0.4.15 Changes
June 04, 2012- Placed YAML and Coffee-Script libraries back into the download. Still lazy loading into memory.
-
v0.4.14 Changes
June 01, 2012- Added the local.EXT and local-deployment.EXT configs.
- Removed unnecessary debug output
- Added retry logic on file parse to reduce read/write collisions
- Added support for a better YAML parser
- Fixed problems with null configuration values
-
v0.4.13 Changes
April 25, 2012- Assuring the runtime.json file exists. Undocumented fs.watch() requirement.
-
v0.4.12 Changes
April 25, 2012- Removed all external dependencies
- Lazy loading of yaml and coffee-script only if these file types are used
- Added new style file watching if available (retaining pre 6.0 compatibility)
- Windows compatibility - file watching changes were required