From f5d21162339cac54f62d096f0a65b2d4964e68b9 Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:36:07 +0100 Subject: [PATCH] changed API compatibility matrix in README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7dcf99ff9..c4048a73c 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.