-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: add initial v3 converter support #180
Conversation
I cant figure out whether we need to add a warning if traits + target object contains the same property (i.e. the breaking behavior of asyncapi/spec#907). |
Should we do binding conversion as well? 🤔 |
Still missing adding change for: asyncapi/spec#935 |
Even though this PR is not the final PR for v3 conversion, I will say this is a good enough state that we can release it as it is right now. - And directly to master, I don't see why not, although it's an experimental feature 😄 You do have to explicitly define that you want to convert to v3. |
code smells 😄 |
I refactored everything that seemed problematic, and nothing extra has been added 🙂 Need a final review @derberg @fmvilas @magicmatatjahu |
Anytime now @fmvilas @derberg @magicmatatjahu 😆 |
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.
nice to see it coming ❤️ . All good from my side but let's have approval from folks that also did a code review initially
@magicmatatjahu any time? or busy "working" from Georgia? 😛 |
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.
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.
LGTM!
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/rtm |
Thanks folks 🥳 |
🎉 This PR is included in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR is an extension to what @magicmatatjahu did in #163
TODO:
TODO after merge:
Related issue(s)
Part of #110
Fixes #188