Compare commits

..

No commits in common. "a6d39d487aa366b6cd4752b6fbde4b5f4e0ef2e3" and "6a092ce0b77a49f6ea36caa84adcf432a7c3034d" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -1,11 +1,5 @@
# ChangeLog # ChangeLog
## 2020-06-10 (0.0.2) ## 2020-06-03
- add string type pattern check function
- add object type child validate
- modify test
## 2020-06-03 (0.0.1)
- first version - first version

View File

@ -1,6 +1,6 @@
{ {
"name": "mtfos-validator", "name": "mtfos-validator",
"version": "0.0.2", "version": "0.0.1",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {