Releases: asyncapi/cli
v4.0.1
Patch Changes
-
9b479fc: fix: lockfile fixed
- 92bb81b: fix:lockfile fixed
Signed-off-by: Tushar Anand tusharannand@gmail.com
v4.0.0
Major Changes
-
9d05d49: feat!: tests, flags and glee command code removed
- 7df684f: chore: major tests flags and glee command code removed
Signed-off-by: Tushar Anand tusharannand@gmail.com
- 4a94f51: chore:glee removal complete
Signed-off-by: Tushar Anand tusharannand@gmail.com
v3.6.0
Minor Changes
-
ca8101f: feat: output flag renamed and writing to file functionality added to diff command
- 8c2e940: fix:parse flag output renamed to save-output and saving diff output to file functionality added to diff command
Signed-off-by: Tushar Anand tusharannand@gmail.com
- 59e1df9: chore:tests added for flags save-output in validate and diff command
Signed-off-by: Tushar Anand tusharannand@gmail.com
- 7228a36: chore:cleanup
Signed-off-by: Tushar Anand tusharannand@gmail.com
- ccb5388: chore:cleanup
Signed-off-by: Tushar Anand tusharannand@gmail.com
v3.5.2
Patch Changes
-
bbc9451: fix: server-api deploy
- 837be8a: fix: server-api release and deployment
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
- 09af23e: chore: add app platform spec
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
- a5eef9f: chore: install generator templates globally
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
v3.5.1
v3.5.0
Minor Changes
-
129f531: Introduced a new
asyncapi generate clientcommand to the CLI.This command allows you to generate client libraries using the new AsyncAPI Generator baked-in templates. Read more about baked-in templates in official documentation.
This feature is based on a new concept introduced in AsyncAPI Generator version 2.8.3. The number of templates is limited and the solution is still in the experimental phase. It is not recommended to use them in production. Instead, join us in the Generator project to help improve templates with your use cases and your AsyncAPI documents.
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 tusharannand@gmail.com
- 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 tusharannand@gmail.com
- 5946001: fix: removed comment and fix linting errors
Signed-off-by: Tushar Anand tusharannand@gmail.com
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 ashishpadhy1729@gmail.com
- 6b925f4: chore: fix diff test
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
- cfe6e8d: feat: add generator controller
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
- b2d7bcc: chore: don't need to install everytime
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
Signed-off-by: Ashish Padhy ashishpadhy1729@gmail.com
- 6bd3e73: chore: run prettier
Signed-off-by: Ashish Padhy ashishpadhy1729@gmail.com
- ca3fdee: chore: run linter
Signed-off-by: Ashish Padhy ashishpadhy1729@gmail.com
- 1d03d79: chore: quick startup of server-api
Signed-off-by: Shurtu-gal ashishpadhy1729@gmail.com
- 13729bb: chore: rename to apps
Signed-off-by: Ashish Padhy ashishpadhy1729@gmail.com
- cdd2a43: chore: rename npm commands
Signed-off-by: Ashish Padhy ashishpadhy1729@gmail.com
- 90aca02: Merge remote-tracking branch 'remote/master' into refactor