Comparing version 0.0.2 to 0.0.3
0.0.3 / 2013-06-26 | ||
================== | ||
* fixed required=false bug | ||
* run again to vaild cache functions | ||
0.0.2 / 2013-06-26 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -144,4 +144,6 @@ /*! | ||
rules[key] = { | ||
required: required, | ||
__checkFunction: checkFunction, | ||
__expectType: expectType, | ||
__oldRule: rule | ||
}; | ||
@@ -148,0 +150,0 @@ } |
{ | ||
"name": "parameter", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A parameter verify tools.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
14190
227