Skip to content

Releases: asyncapi/parser-js

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)

v0.31.0

07 Aug 13:32
177c67d
Compare
Choose a tag to compare

0.31.0 (2020-08-07)

Features

  • Add latest asyncapi spec after fix for minProperties (#152) (177c67d)

v0.30.1

05 Aug 18:21
8b69318
Compare
Choose a tag to compare

0.30.1 (2020-08-05)

Bug Fixes

  • Same schemas in different objects must not be marked as circular (#148) (8b69318)

v0.30.0

05 Aug 08:19
507fd33
Compare
Choose a tag to compare

0.30.0 (2020-08-05)

Features

  • Add latest spec schema to properly validate headers object (#146) (507fd33)

v0.29.0

04 Aug 12:38
91df374
Compare
Choose a tag to compare

0.29.0 (2020-08-04)

Features

  • Use latest json references parser instead of the fork (#134) (91df374)

v0.28.2

04 Aug 11:56
db9af6c
Compare
Choose a tag to compare

0.28.2 (2020-08-04)

Bug Fixes

  • Do not stop parsing if message payload is not provided (#138) (db9af6c)

v0.28.1

29 Jul 17:06
19c1b47
Compare
Choose a tag to compare

0.28.1 (2020-07-29)

Bug Fixes

  • message function returns message if index not provided and not null (#132) (19c1b47)