- Support API 4.5
- Follow new styling guide
- Update analysis_options file
- Support API 4.3
- Support API 4.4
- Fixed #70
- Update dependencies
- Prepare for upcoming change to HttpRequest and HttpClientResponse
- Fixed styling with if statments
- Updated readme and example
- Changed
startFetching()
intostart()
, and it returns aUser
object which represents the bot
- Fixed up webhook workflow
- Added example to setup webhook
- Support API 4.2
- Modulised model files
- Updated examples
- Fixed #48
- Fixed #46
- Downgrade http package to ^0.11.3, to be compatible with firebase
- Added pedantic package to dev dependencies
- Fixes #40
- Fixes #41
- Follow new styling guide
- Better dartdoc
- Hot fix #36, toJSON() passing null values explicitly
- Hot fix #34 400 Bad Request: field "keyboard" of the ReplyKeyboardMarkup should be an Array of Arrays
- Fixed getUserProfilePhotos() returns UserProfilePhotos instead of List
- Update readme
- Update description
- Update readme
- Added Bot API 4.1 support
- Update dependencies
- Hot fix model json annotation file
- Hot fix inline_keyboard variable in InlineKeyboardMarkup
- Add shortcuts
- Supports API 4.0
- Depends on json_serializable/json_annotation handling json objects
- Fixes typos in model.dart
- Supports regular expression in onMessage()
- Fixes pubspec.ymal SDK constraint to support Dart 2 release
- Edit README.md Dart Version shield to build version
- Bug fixes
- Edit example in README.md
- Bug fixes
- Edit example
- Dart2 ready!
- Add short-cut for inline query
- Rename ChosenInlineQuery into ChosenInlineResult and associated objects
- Add missing InlineQueryResultVoice to model
- Bug fixes
- Edit README.md
- Add onMessage short-cuts
- Add sendMessage short-cuts
- Add missing ShippingQuery to Update
- More editing on README.md
- Edited README.md
- First release
- Initial version, created by Stagehand