Comparing version 0.1.0 to 0.2.0
0.2.0 / 2012-06-28 | ||
================== | ||
* add args() plugin | ||
* add enable disable to bools() | ||
0.1.0 / 2012-06-28 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -15,8 +15,2 @@ | ||
/** | ||
* Library version. | ||
*/ | ||
exports.version = '0.0.1'; | ||
/** | ||
* Expose plugins. | ||
@@ -27,2 +21,3 @@ */ | ||
exports.env = require('./plugins/env'); | ||
exports.args = require('./plugins/args'); | ||
exports.glob = require('./plugins/glob'); | ||
@@ -29,0 +24,0 @@ exports.bools = require('./plugins/bools'); |
{ | ||
"name": "eson" | ||
, "version": "0.1.0" | ||
, "version": "0.2.0" | ||
, "description": "Extended JSON - pluggable JSON logic for dates, includes, and more" | ||
@@ -5,0 +5,0 @@ , "keywords": ["json", "config"] |
@@ -142,2 +142,11 @@ | ||
### eson.args([args]) | ||
Parse from the given `args` or __ARGV__. For example if you have a setting | ||
named "dev ui" with a default value of `false`, `--dev-ui` would enable it, | ||
or `--dev-ui yes` would provide the value "yes" which is of course also truthy. | ||
To compliment `--NAME` you may also negate this, if "dev ui" is enabled by default | ||
then you may use `--no-dev-ui` to disable it. | ||
### eson.glob | ||
@@ -144,0 +153,0 @@ |
Sorry, the diff of this file is not supported yet
14592
17
219
207