Skip to content

Releases: asyncapi/parser-js

v1.0.1

20 Oct 15:03
cafea1a
Compare
Choose a tag to compare

1.0.1 (2020-10-20)

Bug Fixes

  • update specs package to reflect message examples fix (#186) (cafea1a)

v1.0.0

20 Oct 13:53
e163f99
Compare
Choose a tag to compare
chore(release): bump version to 1.0.0 (#185)

v1.0.0-rc.5

14 Sep 14:28
7c794f0
Compare
Choose a tag to compare
v1.0.0-rc.5 Pre-release
Pre-release

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

31 Aug 15:40
8dd702a
Compare
Choose a tag to compare
v1.0.0-rc.4 Pre-release
Pre-release

This release candidate contains a fix for concurrency issues with resolving references #168

v1.0.0-rc.3

24 Aug 17:12
8a59a36
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

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

14 Aug 10:42
c83b8ef
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

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

11 Aug 05:29
1a87ce1
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

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.

v0.33.1

10 Aug 16:29
46a4529
Compare
Choose a tag to compare

0.33.1 (2020-08-10)

Bug Fixes

  • Revert wrong oauth2 or openIdConnect server sec info validation (#158) (46a4529)

v0.33.0

10 Aug 10:38
d7571ea
Compare
Choose a tag to compare

0.33.0 (2020-08-10)

Features

  • Add latest spec schema to properly validate headers (#155) (d7571ea)

v0.32.0

07 Aug 14:08
bafcaf6
Compare
Choose a tag to compare

0.32.0 (2020-08-07)

Features

  • Validate oauth2 or openIdConnect have scopes in server sec (#151) (bafcaf6)