Releases: asyncapi/parser-js
Releases · asyncapi/parser-js
v0.16.2
v0.16.1
v0.16.0
0.16.0 (2020-03-23)
NOTICE:
Instead ofasyncapi-parser
we now release to NPM under@asyncapi
scope, so the package you should now use in your dependencies is@asyncapi/parser
Features
Bug Fixes
v0.15.0
v0.14.0
We added two new methods: Channel#hasParameters()
and Server#hasVariables()
. Read more here.
Also, we're happy to announce that we now support RAML data types as message payloads. Read more here.
We switched from openapi-schema-to-json-schema dependency
to @openapi-contrib/openapi-schema-to-json-schema dependency
because the former is deprecated. Know more here.