Releases: asyncapi/parser-js
Releases · asyncapi/parser-js
v3.2.3
v3.2.2
v3.2.1
v3.2.0
3.2.0 (2024-11-29)
Features
- add multiparser to the parserjs monorepo repository. (#1036) (4556aec)
- added the changeset for the parser. (#1040) (44331ee)
- create rule
asyncapi3-channel-no-query-nor-fragment
for v3 core ruleset (#1051) (bebbd39) - introduce the turborepo to the parser.js (#1008) (b2a0f54)
Bug Fixes
@asyncapi/[email protected]
Minor Changes
- e18f865: Updating jsonpath-plus dependency to mitigate CVE-2024-21534
@asyncapi/[email protected]
Minor Changes
- e18f865: Updating jsonpath-plus dependency to mitigate CVE-2024-21534
Patch Changes
- Updated dependencies [e18f865]
- @asyncapi/[email protected]
@asyncapi/[email protected]
Minor Changes
- bebbd39: feat: create rule
asyncapi3-channel-no-query-nor-fragment
for v3 core ruleset
@asyncapi/[email protected]
Patch Changes
- b700a65: fix: remove forceful normalization of YAML to JSON
@asyncapi/[email protected]
Patch Changes
- 657fa8e: Updated the method of importing the parser in the Nunjucks filter. Standardized the import of different parser functions.