-
Notifications
You must be signed in to change notification settings - Fork 349
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 options to limit generation of encode and decode methods to only specific message types #1085
feat: Add options to limit generation of encode and decode methods to only specific message types #1085
Conversation
…types, identified by a regex
…outputDecodeIncludeTypes.
…h regex matching for prefix
Hi @akrennmair , thanks for updating the PR! Looks like there is a build error with |
@stephenh I didn't want to touch the |
Sounds great, thanks @akrennmair ! |
🎉 This issue has been resolved in version 2.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I created this PR as a possible to solution to the feature request submitted in #1084.
I added integration tests for test coverage, and updated the documentation to include the two new options.