- [update packages] express->4.18.2
- [update packages] Switch testing framework to Mocha
- [update packages] inflection->2.0.1, node.extend->2.0.2
- [update packages] inflection->1.7.1, node.extend->1.1.5
- [bug fix] Validator
isFloat
now works properly
- [update packages] inflection->1.3.5, node.extend->1.0.10, validator->2.1.0
- [update packages] node.extend->1.0.8, validator->1.5.1,
- [bug fix] Return when the param is null
- [bug fix] Typo
ture
->true
- [bug fix] Validator
is
only take string now - [new feature] Add
isBool
&isBoolean
- [refactoring] Better
utils.typeof
- [bug fix] Fix the same fucking bug
- [update packages] node.extend->1.0.3
- [bug fix] Make sure
isArray
&toArray
work properly
- [update packages] inflection->1.2.5, express->2.5.11, node.extend->1.0.2, validator->0.5.0
- [refactoring] Array value has to call
isArray
first
- [bug fix] For array elements stay as array elements even without calling
toArray
- [bug fix] Undefined value for mix & max length
- [update packages] inflection->1.2.1, express->2.5.10, validator->0.4.9
- [bug fix] Skip
undefined
value no matter what
- [bug fix] Skip
undefined
value if its not required
- [refactoring] Returns error only if the field is required for isArray
- [refactoring] Use default structure to show error msgs
- [refactoring] Remove default value for none array prop
- Initial release