Skip to content

Commit

Permalink
readme for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Aug 16, 2015
1 parent cfd2e82 commit 2598a4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Benchmark of the test suite - [json-schema-benchmark](https://github.com/ebdrup/

[Same benchmark](https://github.com/epoberezkin/json-schema-benchmark) run on faster CPU with node 0.12.

[Benchmark of schemas of different complexity by jsck](https://github.com/pandastrike/jsck#benchmarks).

[Benchmark of individual test cases](https://rawgit.com/zaggino/z-schema/master/benchmark/results.html) by [z-schema](https://github.com/zaggino/z-schema).


Expand Down Expand Up @@ -259,6 +261,15 @@ All validation functions are generated using doT templates in [dot](https://gith

## Changes history

##### 1.0.0

Only compile schemas when they are used first time.

Order in which schemas are added is not important.

Circular references are supported.


##### 0.7.0

`addShema` no longer returns compiled schema(s).
Expand Down

0 comments on commit 2598a4d

Please sign in to comment.