We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541444d commit c343714Copy full SHA for c343714
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Changelog
2
3
+### 0.0.7 / 2015-05-25
4
+- [#17](https://github.com/seegno/validator.js-asserts/pull/17) Add null or date assert (@nunofgs)
5
+
6
### 0.0.6 / 2015-05-25
7
- [#16](https://github.com/seegno/validator.js-asserts/pull/16) Export object for validator.js extend method usage (@ruimarinho)
8
- [#15](https://github.com/seegno/validator.js-asserts/pull/15) Add documentation for uri assert (@ruimarinho)
package.json
@@ -1,6 +1,6 @@
{
"name": "validator.js-asserts",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "A set of extra asserts for validator.js.",
"main": "index.js",
"directories": {
0 commit comments