Releases: asyncapi/parser-js
v1.0.1
v1.0.0
v1.0.0-rc.5
This release candidate brings usage of mixins and as a result:
- Much better and more detailed API docs
- Much better TS types with better coverage
- More new functions in the parser
- Better reusability of code
For more details have a look at this PR #118
v1.0.0-rc.4
This release candidate contains a fix for concurrency issues with resolving references #168
v1.0.0-rc.3
This release candidate contains fix for the parser to make it work in the browser #163. With this version, we also now automatically test every pull request with a simple browser test to prevent browser-related issues in the future.
v1.0.0-rc.2
This release candidate contains now better support for circular references #161. If you already used previous functionality that was released with 0.27.0 in mid of July then this is a breaking change for you. Please have a look into the pull request for more details
1.0.0-rc.1
Most important bugs and necessary features are implemented. We should now test this release candidate wherever we can to make sure all is good and that we can make an official release.