Skip to content

Commit a6a5e77

Browse files
committed
docs: reference documentation v9
1 parent 3a44065 commit a6a5e77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88

99
> **json-schema-library** provides tools and utilities for working with JSON Schema - enabling creation, validation, and schema exploration. Unlike most validators and editors, which hide the inner workings, this library is designed for developers building custom tools around JSON Schema. It runs in both Node and browser environments, prioritizing flexibility and extensibility over minimal memory footprint or raw performance.
1010
11+
---
12+
1113
<div align="center">
1214
<a href="#overview"><b>Overview</b></a> · <a href="#schemanode-methods"><b>Methods</b></a> · <a href="#draft-customization"><b>Customization</b></a> · <a href="#keyword-extensions"><b>Extensions</b></a> · <a href="#breaking-changes">Breaking Changes</a>
1315
</div>
1416

15-
<div>&nbsp;</div>
17+
---
18+
19+
> ⚠️ This **documentation** refers to the upcoming release **version 10**, which can be installed by `npm install [email protected]`. For the latest release please refer to the **[documentation of version 9.3.5](https://github.com/sagold/json-schema-library/tree/v9.3.5)**.
1620
1721
**Quick start**
1822

0 commit comments

Comments
 (0)