node-config v1.8.1 Release Notes

Release Date: 2014-11-14 // over 9 years ago
    • Simplify syntax for defer() functions. The 'this' value in the functions is now bound to the main configuration object, so it doesn't have to be passed into the function. (@markstos)
    • new defer sub-module introduced in 1.8.0 can now be accessed by require('config/defer') For usage, see: https://github.com/node-config/node-config/wiki/Configuration-Files#javascript-module---js
    • Add test coverage for array merging cases. (@markstos)
    • Bump dependency on cson package to 1.6.1 (@markstos)