-
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
fix: initialize undefined optional fields upon use #802
Conversation
@davidzeng0 I've merged your other two PRs, so this one has a conflict now; could you rebase it? Thanks! |
Rebased |
@davidzeng0 Ah great, thanks for rebasing; can you try and find an existing Just to keep this behavior from regressing. Also, do you think this PR will fix this issue: My guess is yes? Thanks! |
As expected, the test fails without 6f6f97d |
Great integration test, thank you! |
# [1.143.0](v1.142.1...v1.143.0) (2023-03-19) ### Bug Fixes * initialize undefined optional fields upon use ([#802](#802)) ([ee52e06](ee52e06)) ### Features * group encoding and decoding support ([#799](#799)) ([5ebe3c0](5ebe3c0)) ### Performance Improvements * use array.push to prevent reallocation on every field ([#804](#804)) ([a6aea2c](a6aea2c))
🎉 This PR is included in version 1.143.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.