Releases: asyncapi/cli
v3.4.2
v3.4.1
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
v3.3.0
Minor Changes
-
c944268: feat: refactor CLI to be service based and initial migration of server-api
- ac95777: feat: refactor cli to be service based and migrate server-api
Signed-off-by: Shurtu-gal [email protected]
- 6b925f4: chore: fix diff test
Signed-off-by: Shurtu-gal [email protected]
- cfe6e8d: feat: add generator controller
Signed-off-by: Shurtu-gal [email protected]
- b2d7bcc: chore: don't need to install everytime
Signed-off-by: Shurtu-gal [email protected]
Signed-off-by: Ashish Padhy [email protected]
- 6bd3e73: chore: run prettier
Signed-off-by: Ashish Padhy [email protected]
- ca3fdee: chore: run linter
Signed-off-by: Ashish Padhy [email protected]
- 1d03d79: chore: quick startup of server-api
Signed-off-by: Shurtu-gal [email protected]
- 13729bb: chore: rename to apps
Signed-off-by: Ashish Padhy [email protected]
- cdd2a43: chore: rename npm commands
Signed-off-by: Ashish Padhy [email protected]
- 90aca02: Merge remote-tracking branch 'remote/master' into refactor
v3.2.0
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