Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@asyncapi-bot asyncapi-bot released this 21 Jun 04:27
· 3 commits to master since this release
c5887e2

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