Skip to content

Commit

Permalink
changed API compatibility matrix in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Nov 7, 2023
1 parent 107456e commit f5d2116
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@ Updated bundle for the browser is always attached to the GitHub Release.
- [Installation](#installation)
- [Usage](#usage)
- [Examples](#examples)
* [Example with parsing](#example-with-parsing)
* [Example with validation](#example-with-validation)
* [Example using Avro schemas](#example-using-avro-schemas)
* [Example using OpenAPI schemas](#example-using-openapi-schemas)
* [Example using RAML data types](#example-using-raml-data-types)
* [Example with performing actions on HTTP source](#example-with-performing-actions-on-http-source)
* [Example with performing actions on file source](#example-with-performing-actions-on-file-source)
* [Example with stringify and unstringify parsed document](#example-with-stringify-and-unstringify-parsed-document)
- [Example with parsing](#example-with-parsing)
- [Example with validation](#example-with-validation)
- [Example using Avro schemas](#example-using-avro-schemas)
- [Example using OpenAPI schemas](#example-using-openapi-schemas)
- [Example using RAML data types](#example-using-raml-data-types)
- [Example with performing actions on HTTP source](#example-with-performing-actions-on-http-source)
- [Example with performing actions on file source](#example-with-performing-actions-on-file-source)
- [Example with stringify and unstringify parsed document](#example-with-stringify-and-unstringify-parsed-document)
- [API documentation](#api-documentation)
- [Spectral rulesets](#spectral-rulesets)
- [Using in the browser/SPA applications](#using-in-the-browserspa-applications)
- [Custom schema parsers](#custom-schema-parsers)
* [Official supported custom schema parsers](#official-supported-custom-schema-parsers)
- [Official supported custom schema parsers](#official-supported-custom-schema-parsers)
- [Custom extensions](#custom-extensions)
- [Circular references](#circular-references)
- [Stringify](#stringify)
- [Convert to the old API](#convert-to-the-old-api)
- [Notes](#notes)
* [Using with Webpack](#using-with-webpack)
* [Testing with [Jest](https://jestjs.io/)](#testing-with-jesthttpsjestjsio)
- [Using with Webpack](#using-with-webpack)
- [Testing with Jest](#testing-with-jest)
- [Develop](#develop)
- [Contributing](#contributing)
- [Contributors](#contributors)
Expand Down Expand Up @@ -217,7 +217,7 @@ The following table shows a compatibility matrix between this parser, and the [P
| Parser-JS | Parser-API | Spec 2.x | Spec 3.x |
|-----------|-----------------------------------------------------------------------|----------|----------|
| 2.x | [1.x](https://github.com/asyncapi/parser-api/blob/v1.0.0/docs/v1.md) || |
| 3.x | [2.x](https://github.com/asyncapi/parser-api/blob/v2.0.0/docs/api.md) |||
| 3.x | [3.x](https://github.com/asyncapi/parser-api/blob/v3.0.0/docs/api.md) |||

- `` Fully supported version.
- `-` The AsyncAPI Spec version has features the Parser-JS can't use but the rest are fully supported.
Expand Down

0 comments on commit f5d2116

Please sign in to comment.