-
Notifications
You must be signed in to change notification settings - Fork 347
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: support useReadonlyTypes
option
#691
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.
@jonaskello this looks great! Thanks for the PR, and also for testing the various google.protobuf.*
well known types.
# [1.130.0](v1.129.0...v1.130.0) (2022-10-22) ### Features * support `useReadonlyTypes` option ([#691](#691)) ([4b87334](4b87334))
🎉 This PR is included in version 1.130.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@stephenh Thank you for the quick review and merge. Also, thanks for creating this awesome package in the first place. It really makes a huge difference for working with protobuf in typescript :-). |
Fixes #163
This PR will add the option
useReadonlyTypes
. When set totrue
this option will generate code like this: