Skip to content

Releases: asyncapi/parser-js

v0.16.0

23 Mar 16:05
eba0859
Compare
Choose a tag to compare

0.16.0 (2020-03-23)

NOTICE:
Instead of asyncapi-parser we now release to NPM under @asyncapi scope, so the package you should now use in your dependencies is @asyncapi/parser

Features

  • add configuration for automated releases (#53) (617bd02)

Bug Fixes

  • bring back dist dir to fix bundle script (#54) (eba0859)

v0.15.0

16 Mar 11:46
563274d
Compare
Choose a tag to compare

Changes in this release:

  • Added the "Sponsor" button on Github ❤️
  • Added GitHub Actions-powered stale bot and a welcome message for new contributors 👋
  • Extract RAML and OpenAPI schema parsers to their own package 💪

v0.14.0

04 Mar 11:06
5b3d841
Compare
Choose a tag to compare

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.