Commit Graph

3 Commits (0.10.0)

Author SHA1 Message Date
Matt Hamann 1392ac4141 0.10.0 2017-12-18 11:20:35 -05:00
Matt Hamann bac910a6df 0.9.1 2017-11-03 23:52:19 -04:00
Matt Hamann 35088a3313 Added nconf.any method (#278)
* Added nconf.any method

Fixes #126
Implemented on the Provider class
Takes an array of keys, or a variable argument list
Supports both callback and non-callback invocations

* Use an explicit search base in file store test

Fixes #224
Test file was created under process.env.HOME, but test was searching in
the current working directory. If the cwd was not on the same drive as
the home directory, the test would fail.

* Added some API documentation to README for 'any'

* Tweak `.any` documentation
2017-10-21 16:42:24 -04:00