Commit Graph

  • 2e47d027ce [doc] Updated README.md indexzero 2011-08-28 10:43:44 -0400
  • 954b5fdc2e [doc] Updated docco docs indexzero 2011-08-28 10:43:34 -0400
  • fb392ddc51 [api test] Updated test/provider-test.js and associated merge implementation indexzero 2011-08-28 08:50:26 -0400
  • e8904e95c6 [api] Added `nconf.loadFiles()` method indexzero 2011-08-23 06:53:05 -0400
  • a6533aa7bf [dist api test] Finished integrating features from reconf and updating associated tests indexzero 2011-08-23 06:38:51 -0400
  • add8922c04 [api dist] Begin to integrate features from reconf indexzero 2011-08-22 20:17:28 -0400
  • 57f0742455 [doc] Update README.md for nconf-redis indexzero 2011-07-08 17:01:22 -0400
  • b6adab2825 [dist] Version bump. 0.2.0 0.2.0 indexzero 2011-07-08 15:37:15 -0400
  • 8620e6ba91 [api test] Remove Redis store in preparation for nconf-redis indexzero 2011-07-08 15:33:33 -0400
  • 49a1a6dea3 [dist] Added LICENSE (MIT ftw) indexzero 2011-07-01 14:00:30 -0400
  • d485f5edde [dist] Version bump. 0.1.14 0.1.14 indexzero 2011-06-25 00:34:19 -0400
  • 7e4623ec46 [api test] Update `nconf.Provider` to create a new instance of the store if the options are different indexzero 2011-06-25 00:34:07 -0400
  • 1b0f34793b [dist] Version bump. 0.1.13 0.1.13 indexzero 2011-06-24 03:31:44 -0400
  • d8b5a80280 [minor] Small style updates to the File store indexzero 2011-06-24 03:31:26 -0400
  • 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. Marak Squires 2011-06-23 18:06:26 -0700
  • d8627a9475 Merge pull request #6 from dominictarr/master Charlie Robbins 2011-06-12 16:38:17 -0700
  • 6c6887a850 move callback outside of try / catch Dominic Tarr 2011-06-12 15:45:02 -0700
  • ae5aec6830 [dist] Version bump. 0.1.12 0.1.12 indexzero 2011-06-08 00:07:12 -0400
  • 76db254740 [fix test] Update nconf.stores.File to respond with an error when loading malformed JSON async indexzero 2011-06-08 00:06:58 -0400
  • d7495f8373 [dist] Version bump. 0.1.11 0.1.11 indexzero 2011-06-07 23:45:39 -0400
  • 4c7aea99d3 [doc] Update docco docs indexzero 2011-06-07 23:45:23 -0400
  • f611066b60 [dist] Update to pkginfo 0.2.0 indexzero 2011-06-07 23:45:01 -0400
  • be7688782a [dist] Version bump. 0.1.10 0.1.10 indexzero 2011-06-05 01:40:11 -0400
  • 7ffbf0a4ab [doc] Regenerate docco docs indexzero 2011-06-05 01:39:58 -0400
  • 13f5753405 [minor] Update `nconf.version` to use pkginfo indexzero 2011-06-05 01:39:39 -0400
  • c9e60d96b5 [doc] Update code docs indexzero 2011-06-05 01:35:54 -0400
  • 4459ba54a1 [api] Added `.merge()` to stores.Memory and stores.Redis indexzero 2011-06-05 01:29:14 -0400
  • a4f00be991 [dist] Update package.json and .gitignore indexzero 2011-05-24 23:45:57 -0600
  • c21ab02f44 Merge branch 'master' of https://github.com/samsonjs/nconf indexzero 2011-05-23 16:58:12 -0400
  • 1b47f58343 Merge branch 'master' of https://github.com/AvianFlu/nconf indexzero 2011-05-23 16:54:54 -0400
  • 8a79ef04fd test retrieving non-existent keys and drilling into non-objects Sami Samhuri 2011-05-22 13:01:49 -0700
  • 6acc1fc533 allow storing null in redis Sami Samhuri 2011-05-22 12:32:03 -0700
  • faa8ab9486 correctly retrieve falsy values from memory (hence file) Sami Samhuri 2011-05-22 12:30:19 -0700
  • bdf2fc8cd7 [fix] Fixed spelling error avian 2011-05-20 01:21:46 -0700
  • e7c216e970 [minor] Clarified error message returned when a config file contains invalid JSON. avian 2011-05-20 01:16:22 -0700
  • e26bbe25f2 [doc] Updated code samples for GitHub flavored markdown with Javascript indexzero 2011-05-19 23:12:56 -0400
  • 78202ecb6c [dist] Version bump. 0.1.9 0.1.9 indexzero 2011-05-16 22:44:53 -0400
  • 87351caac8 [fix] Use the memory engine by default indexzero 2011-05-16 22:44:46 -0400
  • badbb59e3f [dist] Version bump. 0.1.8 0.1.8 indexzero 2011-05-16 14:08:30 -0400
  • 9da37dff2a [dist api test] Refactor pluggable nconf-level logic into nconf.Provider. Update .gitignore for npm 1.0. Update pathing in source and tests to be more `require.paths` future-proof indexzero 2011-05-14 01:47:26 -0400
  • 4a61560671 [dist] Version bump. 0.1.7 0.1.7 indexzero 2011-04-20 01:58:46 -0400
  • 3b104f2026 [doc] Update docco docs indexzero 2011-04-20 01:58:12 -0400
  • d65922dc7a [api] Add `.saveSync()` and `.loadSync()` methods to File store indexzero 2011-04-20 01:57:56 -0400
  • b9951b44c1 [dist] Version bump. 0.1.6. 0.1.6 indexzero 2011-04-19 17:34:42 -0400
  • da8559427f [doc] Update docco docs indexzero 2011-04-19 17:34:27 -0400
  • 067d58a99d [minor test] Add tests for File store `save()`. Improve default file format to pretty print the JSON output indexzero 2011-04-19 17:32:13 -0400
  • 96859f913c [dist] Version bump. 0.1.5 0.1.5 indexzero 2011-04-13 18:49:54 -0400
  • d99ab32cc5 [fix] Dont allow `async.forEach` to be called on undefined or null arrays indexzero 2011-04-13 18:49:38 -0400
  • 7484fdb7a0 [dist] Version bump. 0.1.4 0.1.4 indexzero 2011-04-05 03:53:50 -0400
  • 04a59e93d6 [fix] Supress errors from Redis indexzero 2011-04-05 03:53:17 -0400
  • 9bd6e266a7 [dist] Version bump. 0.1.3 0.1.3 indexzero 2011-04-05 00:10:24 -0400
  • 4094125b30 [api] Add support for Redis auth and optional callbacks. indexzero 2011-04-05 00:09:46 -0400
  • 81e1883df5 [dist] Version bump. 0.1.2 0.1.2 indexzero 2011-04-03 14:19:33 -0400
  • b850ae2dd0 [fix] Update path to require statement in Redis store indexzero 2011-04-03 14:19:02 -0400
  • 6f16bc71d6 [dist] Version bump. 0.1.1 0.1.1 indexzero 2011-04-02 19:17:26 -0400
  • 752bb980ac [api] Improve the `.use()` method. Use the memory engine by default indexzero 2011-04-02 19:17:04 -0400
  • ac888dc5a2 [dist] Version bump. 0.1.0 0.1.0 indexzero 2011-04-02 05:13:34 -0400
  • 0fd847cc33 [doc] Updates to README.md indexzero 2011-04-02 04:59:18 -0400
  • 7a339026d5 [doc] Add docco docs indexzero 2011-04-02 04:42:26 -0400
  • 79717ac3b1 [test] More tests for nconf indexzero 2011-04-02 04:41:50 -0400
  • 09b8c75383 [api test doc] Internal fixes from testing. More tests and docs indexzero 2011-04-02 04:31:20 -0400
  • 73bf78339f [api doc test] Finalize API. Add more test coverage indexzero 2011-04-02 03:03:16 -0400
  • 772de110bb [test] More tests for nested object literals indexzero 2011-03-31 04:12:43 -0400
  • 4c8e7a5b7f [api] More work on Redis store indexzero 2011-03-31 04:11:11 -0400
  • 67b5c8ab2a [api test] First pass at implementation indexzero 2011-03-31 02:32:47 -0400
  • e4cca686de [doc] Added README.md indexzero 2011-03-31 01:22:01 -0400