-
-
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: rewrite to TS and start using Jest #115
Conversation
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 think it makes sense as converter will grow in complexity, especially with 3.0 🤣
I support it, of course while being awake 👇🏼
The only thing is missing is the pre publish script that would run a build script during release.
I'm also thinking, minimum should be that we release it as feat as you expose 2 new interfaces (btw update readme) there that were not in the package before. Also, maybe remove CLI and we do 1.0 release.
@derberg 😘 Thanks dude! I forgot about that About CLI I wrote about my plan here #100 (comment) So in the next month when we will release |
@derberg Thanks for review! I added to the Readme example how to use package with exported types and also added |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
what about my comment
|
@derberg Sorry, done 😅 |
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.
if you want to update it manually in studio, then remember to stop https://github.com/asyncapi/converter-js/actions/workflows/bump.yml after release of converter. Or just block update PR in studio once it is created
@derberg Thanks for tip, however It won't be needed, because there isn't breaking change :) |
/rtm |
🎉 This PR is included in version 0.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Related issue(s)
Resolves #106
Resolves #107