-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
fix: work with cycle defendant properties #174
fix: work with cycle defendant properties #174
Conversation
# Conflicts: # filters/all.js # template/src/main/java/com/asyncapi/model/$$message$$.java # template/src/main/java/com/asyncapi/model/$$schema$$.java
@Tenischev as @magicmatatjahu recently released new parser-js with function dedicated to stringify securely (handles circular deps like a pro) AsyncAPI document, and it is already in the generator:
|
@Tenischev btw mate, I see you are still using the template because you are still improving it, don't you want to join as a maintainer? so except for pushing your stuff, you would have to also support us on review or other PRs and triaging existing issues |
…roperties' into feat-work-with-cycle-dependant-properties
@derberg thanks for the advice, I redid it And regarding your suggestions, yes it would be interesting for me. btw, Merry Christmas! 🎅 |
Merry Christmassssss! Please also remove
Perfect, do you know anyone who would like to join you, or would it have to be me until we find someone? |
@Tenischev yo man, back at work already? 😄 |
Not yet :), tomorrow last day of vacation |
oh lucky you!!! enjoy! |
@derberg
Unfortunately, no, so it's going to be you 😄 |
@Tenischev 😭 😆 please open up a PR to add codeowners and add us there. Also specify if you can help us on org level and want to join TSC 😉 |
/rtm |
🎉 This PR is included in version 0.25.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
json-decycle
to remove schema cycles forJSON.stringify
Related issue(s)
Fixes: #150