Skip to content

Commit 2e605cd

Browse files
committed
update readme
1 parent feb3dbe commit 2e605cd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="1.11.1"></a>
2+
# 1.11.1 (2021-07-14)
3+
4+
## Changes
5+
- fix debug mode. [#237](https://github.com/icebob/fastest-validator/pull/237)
6+
- fix object "toString" issue. [#235](https://github.com/icebob/fastest-validator/pull/235)
7+
- remove Node 10 from CI pipeline.
8+
- refactoring the typescript definitions. [#251](https://github.com/icebob/fastest-validator/pull/251)
9+
- update examples in readme. [#255](https://github.com/icebob/fastest-validator/pull/255)
10+
11+
--------------------------------------------------
112
<a name="1.11.0"></a>
213
# 1.11.0 (2021-05-11)
314

@@ -55,6 +66,7 @@ const res = check(obj, {
5566
- support default and optional in tuples and arrays [#226](https://github.com/icebob/fastest-validator/pull/226)
5667
- fix that `this` points to the Validator instance in custom functions [#231](https://github.com/icebob/fastest-validator/pull/231)
5768
-
69+
--------------------------------------------------
5870
<a name="1.10.1"></a>
5971
# 1.10.1 (2021-03-22)
6072

0 commit comments

Comments
 (0)