Skip to content

Releases: asyncapi/cli

v3.4.2

28 Aug 16:37
9d10499
Compare
Choose a tag to compare

Patch Changes

  • d832abc: Fixes the dependencies and package-lock.json

v3.4.1

27 Aug 11:09
a041bb7
Compare
Choose a tag to compare

Patch Changes

  • e2a3583: fix: made studio start on different port if one is already in use

    • 43a8cb8: fix: made studio start on differnt port if one is already in use

    Signed-off-by: Tushar Anand [email protected]

    • ce4b061: Merge remote-tracking branch 'remote/master' into fix-studio-multiple-instance
    • 122812a: chore: new approach for port allocation done

    Signed-off-by: Tushar Anand [email protected]

    • 5946001: fix: removed comment and fix linting errors

    Signed-off-by: Tushar Anand [email protected]

v3.4.0

22 Aug 09:33
7817c6d
Compare
Choose a tag to compare

Minor Changes

  • 6b00166: feat: asyncapi release for alpine distros

    • 54ba750: feat: asyncapi on alpine distros
    • 44d72c3: fix: rename the scripts to use rename instead of tarballs

v3.3.0

19 Aug 06:15
fcee730
Compare
Choose a tag to compare

Minor Changes

v3.2.0

21 Jun 04:27
c5887e2
Compare
Choose a tag to compare

Minor Changes

  • 0754d1d: feat: add new feature to supress the warnings

    • ab94c15: Add a new flag that is --x-suppress-warnings to supress the warning in the validate command
    • 55819cd: Allow to pass multiple warnings to supress and add check to verify the warning is correct or not
    • 885fc71: Update src/core/parser.ts

    Co-authored-by: Souvik De [email protected]

    • 16b22de: Update src/core/flags/validate.flags.ts

    Co-authored-by: Souvik De [email protected]

    • de1caad: Add another flag to supressallwarnings and update test case

v3.1.1

09 Apr 09:52
1b8a4d3
Compare
Choose a tag to compare

Patch Changes

  • 152c272: feat: made the start studio command interactive along with addition of…

    • 0e8e3c1: feat: made the start studio command inteactive along with addition of a flag to disable prompt.

v3.1.0

05 Apr 03:29
0f83461
Compare
Choose a tag to compare

Minor Changes

  • d17aa54: feat: new command asyncapi start preview has been added

v3.0.1

05 Apr 02:43
dc9efe3
Compare
Choose a tag to compare

Patch Changes

  • 1b62a66: - Fixes script detection issue in version 3.0.0
    • Fixes testing by testing the github action with local CLI

v3.0.0

01 Apr 18:46
434e464
Compare
Choose a tag to compare

Major Changes

  • b6f8b82: feat: add autocomplete feature in cli

v2.17.0

20 Mar 20:11
59be554
Compare
Choose a tag to compare

Minor Changes

  • f0268d4: Remove --renderer flag and make React as the de-facto renderer, deprecating Nunjucks