- Merge pull request [66](https://github.com/mozilla/node-convict/issues/66) from collinwat/add-format-overload
addFormat supports object arguments as well as function arguments
- Merge pull request [70](https://github.com/mozilla/node-convict/issues/70) from madarche/fix-update-deps
Update dependencies and removed `should` replaced
- Merge pull request [69](https://github.com/mozilla/node-convict/issues/69) from madarche/feat-new-nodejs-0.12
Make CI test Node.js 0.12, the new stable
- Update dependencies and removed `should` replaced
`should` has been replaced by `js-must`.
- Make CI test Node.js 0.12, the new stable
- Merge pull request [61](https://github.com/mozilla/node-convict/issues/61) from ronjouch/browserifyTransformVarify
Add 'varify' browserify transform to support IE9,10
- Add format supports object arguments as well as function arguments
- Merge pull request [62](https://github.com/mozilla/node-convict/issues/62) from madjid04/master
Add code coverage with blanket
- Strict Validation Mode
1. Added a fix for nested validation checks.
2. Modified test case schema and config files.
- Strict Validation Mode Added
1. Added a Strict Validation mode. If set to true, any properties
specified in config files that are not declared in the schema will
result in errors. This is to ensure that the schema and the config
files are in sync. This brings convict further in line with the concept
of a “Schema”. By default the strict mode is set to false.
2. Added test cases for strict mode
- modification of the indentation