Skip to content

Commit 32ab491

Browse files
committed
update changelog & readme
1 parent a905091 commit 32ab491

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
--------------------------------------------------
2+
<a name="0.6.11"></a>
3+
# 0.6.11 (2018-10-25)
4+
5+
## Changes
6+
- performance improvements by [@andersnm](https://github.com/andersnm)
7+
- rewritten schema compiling by [@andersnm](https://github.com/andersnm)
8+
19
--------------------------------------------------
210
<a name="0.6.10"></a>
311
# 0.6.10 (2018-06-25)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Key features
1414
* fast! Really!
15-
* 9 built-in validators
15+
* 13 built-in validators
1616
* custom validators
1717
* nested object & array handling
1818
* multiple validators
@@ -22,9 +22,9 @@
2222
* unit tests & 100% cover
2323

2424
# How fast?
25-
Very fast! ~4 million validation/sec (on Intel i7-4770K, Node.JS: 6.10.0)
25+
Very fast! ~5 million validation/sec (on Intel i7-4770K, Node.JS: 8.11.0)
2626
```
27-
√ validate with pre-compiled schema 3,986,017 rps
27+
√ validate with pre-compiled schema 5,460,129 rps
2828
```
2929

3030
Compared to other popular libraries:

0 commit comments

Comments
 (0)