v0.7.0
What's Changed
✨ Implemented enhancements
- Add missing overloads for three button interactive replies by @kzu in #216
- Upgrade contacts message type to allow multiple contacts by @kzu in #220
- Allow 3 button responses that can also not be replies by @kzu in #225
- Add missing Send extension methods for IMessage by @kzu in #226
- Restore init-only Text in response message by @kzu in #227
- Added support for call to action responses by @adalon in #228
- Minor CallToAction cleanup by @kzu in #230
- Model ConversationId as an extension property instead by @kzu in #233
- Allow creating dynamic responses via a provided delegate by @kzu in #234
- Generalize interactive button to support lists selection too by @kzu in #235
- Allow polymorphic serialization for anonymous responses by @kzu in #236
- Add service id telemetry information by @kzu in #239
📝 Documentation updates
🔨 Other
- Delete unused storage handler by @kzu in #229
- Organize extension methods into proper extensions by @kzu in #231
Full Changelog: v0.6.0...v0.7.0