Skip to content

Commit 5676d99

Browse files
committed
update d.ts
1 parent abf6a34 commit 5676d99

File tree

5 files changed

+231
-72
lines changed

5 files changed

+231
-72
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ cache:
33
directories:
44
- node_modules
55
node_js:
6+
- "13"
7+
- "12"
68
- "10"
79
- "8"
810
after_success:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ v.validate({ password: "123456", confirmPassword: "123456" }, schema); // Valid
9292
v.validate({ password: "123456", confirmPassword: "pass1234" }, schema); // Fail
9393
```
9494

95+
### `properties` in object rule
96+
You can use the `properties` property besides the `props` property in the object rule.
9597

9698
--------------------------------------------------
9799
<a name="0.6.19"></a>

0 commit comments

Comments
 (0)