Commit Graph

93 Commits (0.4.5)

Author SHA1 Message Date
indexzero f4723e9654 [dist] Version bump. 0.4.5 2011-11-20 14:34:16 -05:00
Maciej Małecki 2475d06cb2 [test] Test command line arguments reparsing 2011-11-19 02:02:22 +01:00
Maciej Małecki bbc5885fc1 [api] Reparse argv arguments on `system.loadArgv()`
It allows manipulating `process.argv` on the fly while still being able
to use nconf `System` store.
2011-11-19 01:58:08 +01:00
Maciej Małecki 51700cae88 [test minor] Use `process.argv[0]` when spawning processes
Previous implementation used `node`.
2011-11-19 01:29:01 +01:00
Maciej Małecki 07f8c3e558 [doc] Add Travis build status image 2011-11-18 22:29:32 +01:00
Maciej Małecki bab96b045a [test] Add `.travis.yml` for testing on Travis CI 2011-11-18 22:29:05 +01:00
indexzero b96151e617 [dist] Version bump. 0.4.4 2011-10-22 02:38:24 -04:00
Joshua Holbrook d8a30203ce [fix] filename --> file in a few file transport examples 2011-10-22 02:38:05 -04:00
indexzero 2e33082f0b [api] Automatically search for a file if `options.search` is true in File store 2011-10-22 02:36:45 -04:00
indexzero 86e22cb927 [dist] Version bump. 0.4.3 2011-09-25 00:46:40 -04:00
indexzero a2464d244b [api] Load sources into the default system store so they are permenantly cached 2011-09-25 00:46:28 -04:00
indexzero e243b0befe [dist] Version bump. 0.4.2 2011-09-25 00:21:42 -04:00
indexzero d0aee0d451 [api test] Added `.sources` option for `nconf.Provider` for readonly configuration data 2011-09-25 00:01:44 -04:00
indexzero 0234e17804 [fix] Update bad variable reference 2011-09-24 23:40:57 -04:00
indexzero d334d07b6e [dist] Version bump. 0.4.1 2011-09-19 13:51:31 -07:00
indexzero a490c7729b [fix] Match case in `require` statements 2011-09-19 13:51:17 -07:00
indexzero 0addce424d [dist] Version bump. 0.4.0 2011-09-18 21:41:00 -04:00
indexzero c4c8d7b76f [doc] Updated docco docs 2011-09-18 21:39:13 -04:00
indexzero f867e749b9 [dist] Remove unused test fixtures 2011-09-18 21:38:44 -04:00
indexzero 1ef5797e83 [api test] Finished API and tests for hierarchical configuration storage. 2011-09-18 21:37:01 -04:00
indexzero 7ef9b11d33 [doc] Minor update to library `title` 2011-09-18 21:35:55 -04:00
indexzero a0638805ce [doc] Updated usage.js and README.md for the next hierarchical syntax. 2011-09-18 21:34:45 -04:00
indexzero da2da7aea8 [api test breaking refactor] Significant refactor to how nconf works. Now a fully hierarchical configuration storage mechanism capable of multiple levels of stores of the same type. 2011-09-16 06:49:47 -04:00
indexzero 2bda7b6216 [api] Added `nconf.stores.System` 2011-09-13 07:38:41 -04:00
indexzero 54ea0950c2 [dist] Version bump. 0.3.1 2011-08-29 15:20:54 -04:00
indexzero e631d239d5 [fix] Lazy-load any CLI arguments from `optimist` 2011-08-29 15:19:55 -04:00
indexzero 8a3172868e [dist] Version bump. 0.3.0 2011-08-28 10:46:12 -04:00
indexzero 2e47d027ce [doc] Updated README.md 2011-08-28 10:43:44 -04:00
indexzero 954b5fdc2e [doc] Updated docco docs 2011-08-28 10:43:34 -04:00
indexzero fb392ddc51 [api test] Updated test/provider-test.js and associated merge implementation 2011-08-28 08:50:26 -04:00
indexzero e8904e95c6 [api] Added `nconf.loadFiles()` method 2011-08-23 06:53:05 -04:00
indexzero a6533aa7bf [dist api test] Finished integrating features from reconf and updating associated tests 2011-08-23 06:38:51 -04:00
indexzero add8922c04 [api dist] Begin to integrate features from reconf 2011-08-22 20:17:28 -04:00
indexzero 57f0742455 [doc] Update README.md for nconf-redis 2011-07-08 17:01:22 -04:00
indexzero b6adab2825 [dist] Version bump. 0.2.0 2011-07-08 15:37:15 -04:00
indexzero 8620e6ba91 [api test] Remove Redis store in preparation for nconf-redis 2011-07-08 15:33:33 -04:00
indexzero 49a1a6dea3 [dist] Added LICENSE (MIT ftw) 2011-07-01 14:00:30 -04:00
indexzero d485f5edde [dist] Version bump. 0.1.14 2011-06-25 00:34:19 -04:00
indexzero 7e4623ec46 [api test] Update `nconf.Provider` to create a new instance of the store if the options are different 2011-06-25 00:34:07 -04:00
indexzero 1b0f34793b [dist] Version bump. 0.1.13 2011-06-24 03:31:44 -04:00
indexzero d8b5a80280 [minor] Small style updates to the File store 2011-06-24 03:31:26 -04:00
Marak Squires c43685160d [refactor]: Cleaned up error handling on File.loadSync and File.load
[refactor]: Using path module to determine if file exists instead of throwing error
[api]: File.load and File.loadSync will now automatically create the requested JSON file path if no file is found.
2011-06-23 18:06:26 -07:00
Charlie Robbins d8627a9475 Merge pull request #6 from dominictarr/master
callback inside of try block can obscure errors
2011-06-12 16:38:17 -07:00
Dominic Tarr 6c6887a850 move callback outside of try / catch
it's dangerous to callback inside try, because you may catch unexpected throws in callback.
2011-06-12 15:45:02 -07:00
indexzero ae5aec6830 [dist] Version bump. 0.1.12 2011-06-08 00:07:12 -04:00
indexzero 76db254740 [fix test] Update nconf.stores.File to respond with an error when loading malformed JSON async 2011-06-08 00:06:58 -04:00
indexzero d7495f8373 [dist] Version bump. 0.1.11 2011-06-07 23:45:39 -04:00
indexzero 4c7aea99d3 [doc] Update docco docs 2011-06-07 23:45:23 -04:00
indexzero f611066b60 [dist] Update to pkginfo 0.2.0 2011-06-07 23:45:01 -04:00
indexzero be7688782a [dist] Version bump. 0.1.10 2011-06-05 01:40:11 -04:00