-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: change ParserAPIVersion constant to 3 #892
fix: change ParserAPIVersion constant to 3 #892
Conversation
Good catch, thanks! So, since you're here already, would you mind also changing this table? https://github.com/asyncapi/parser-js/blob/master/README.md#api-documentation |
Done! 🚀 |
README.md
Outdated
* [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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Someone has a prettifier installed 😄
f5d2116
to
1d15cb4
Compare
Kudos, SonarCloud Quality Gate passed! |
/rtm |
🎉 This PR is included in version 3.0.0-next-major-spec.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
After recent changes made in #889, this latest version of the Parser only supports Parser-API v3 instead of v2.
This PR fixes that.
Related issue(s)
#889