-
Notifications
You must be signed in to change notification settings - Fork 22
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: Typescript Updates #237
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.
🎉
8564a2f
to
b30a6ee
Compare
Updated types to user generics and extract types when sending messages for conversations Updated clients to maintain content codecs Outstanding todos: Replies
Added better handling for Replies
Added types on group send method and handled typed for decoded messages in group
71b6eac
to
6329487
Compare
🎉 This PR is included in version 1.27.0-beta.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.28.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.30.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.31.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
#214
Updated types to user generics and extract types when sending messages for conversations
Updated clients to maintain content codecs
Added example/src/types/typeTests.ts to help verify typescript changes
Outstanding todos:
Replies