Skip to content

Commit 490e34c

Browse files
committed
docs: link to v7-beta branch
1 parent 9cd93a1 commit 490e34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The fastest JSON Schema validator for Node.js and browser. Supports draft-04/06/
1515

1616
## Ajv v7 beta is released
1717

18-
[Ajv version 7.0.0-beta.0](https://github.com/ajv-validator/ajv/releases/tag/v7.0.0-beta.0) is released with these changes:
18+
[Ajv version 7.0.0-beta.0](https://github.com/ajv-validator/ajv/tree/v7-beta) is released with these changes:
1919

2020
- to reduce the mistakes in JSON schemas and unexpected validation results, [strict mode](./docs/strict-mode.md) is added - it prohibits ignored or ambiguous JSON Schema elements.
2121
- to make code injection from untrusted schemas impossible, [code generation](./docs/codegen.md) is fully re-written to be safe.

0 commit comments

Comments
 (0)