Skip to content

Commit

Permalink
docs: notes about version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Apr 17, 2017
1 parent 4b8c4b5 commit 08701c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The fastest JSON Schema validator for node.js and browser with draft 6 support.
[![Gitter](https://img.shields.io/gitter/room/ajv-validator/ajv.svg)](https://gitter.im/ajv-validator/ajv)


__Please note__:
## Using verion 5

[JSON-Schema draft-06](https://trac.tools.ietf.org/html/draft-wright-json-schema-validation-01) is published.

[Ajv version 5.0.0](https://github.com/epoberezkin/ajv/releases/tag/5.0.0) is released.
[Ajv version 5.0.0](https://github.com/epoberezkin/ajv/releases/tag/5.0.0) that supports draft-06 is released. It is likely to require either migrating your schemas or updating your code (to continue using draft-04 and v5 schemas).

You can still use [Ajv version 4](https://github.com/epoberezkin/ajv/tree/v4): `npm install ajv@^4`.

Expand Down

0 comments on commit 08701c7

Please sign in to comment.