validator/CHANGELOG.md

33 lines
451 B
Markdown
Raw Permalink Normal View History

2020-06-03 15:57:23 +00:00
# ChangeLog
2020-07-05 05:29:53 +00:00
## 2020-07-05 (0.0.7)
- fix array check contains type
2020-07-04 14:34:49 +00:00
## 2020-07-04 (0.0.6)
- add array validate contains type
2020-06-11 15:06:37 +00:00
## 2020-06-11 (0.0.5)
- modify types require method
2020-06-11 14:52:10 +00:00
## 2020-06-11 (0.0.4)
- modify types export
- add package repository
2020-06-10 14:19:00 +00:00
## 2020-06-10 (0.0.3)
- add types init value
2020-06-10 13:38:11 +00:00
## 2020-06-10 (0.0.2)
- add string type pattern check function
- add object type child validate
- modify test
## 2020-06-03 (0.0.1)
2020-06-03 15:57:23 +00:00
- first version