Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "iz", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Validation for node and the web.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/iz.js", |
@@ -185,2 +185,3 @@ [![Build Status](https://secure.travis-ci.org/parris/iz.png)](http://travis-ci.org/parris/iz) | ||
minLength(val, min); // val (str or arr) is greater than min | ||
match(str, tester, flags?); // RegExp matching of a string. Accepts RegExps and strings as the tester | ||
maxLength(val, max); // val (str or arr) is shorter than max | ||
@@ -206,2 +207,7 @@ multiple(num, mult); // Number is multiple of another number | ||
2.1.0 | ||
---- | ||
- Added RegExp (match) validation | ||
2.0.0 | ||
@@ -208,0 +214,0 @@ ---- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23550
307