-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: merge next-major
into master
#191
Conversation
Also migrate to Typescript Co-authored-by: Maciej Urbańczyk <[email protected]> Co-authored-by: Matatjahu <[email protected]>
next-major
into master
@@ -1,14 +1,19 @@ | |||
{ | |||
"name": "@asyncapi/avro-schema-parser", | |||
"version": "1.1.0", | |||
"version": "2.0.0-next-major.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we update this before merging into master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
I really don't understand why this should not be |
In this particular case, It is not very critical since I authored all changes in |
we don't loose history, it is all there. We use that approach for 3 years now and it was never a problem
it is not a fake commit, it is squash of all commits into one summary to have clean history. also, why is this a |
If you squash commits into a single one, you lose history.
It is chore since, if merged and not squashed, the commit |
@derberg More discussion about it can be found in asyncapi/community#641 |
Co-authored-by: asyncapi-bot <[email protected]>
Co-authored-by: asyncapi-bot <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Please @dalelane approve again. Had to update with base branch and your review got dismissed |
done :) |
Description
This PR merges
next-major
branch intomaster
.next-major
branch includes the rewrite to TypeScript and adapts to the new Parser-API interface.It is BC (see commits included with
feat!:
prefix).Related issue(s)
asyncapi/parser-js#481