platform/packages/auth_twitter/CHANGELOG.md

25 lines
354 B
Markdown
Raw Normal View History

2021-10-04 05:13:56 +00:00
# Change Log
2022-06-04 01:30:18 +00:00
## 6.0.0-beta.1
* Updated to SDK 2.16.x
## 5.0.0
* Skipped release
2021-10-04 05:13:56 +00:00
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
## 2.0.0
2019-03-02 00:03:48 +00:00
* Angel 2 + Dart 2 suppport.
2019-04-11 14:28:51 +00:00
* Use `package:twitter` instead of `package:twit`.
* Add `TwitterAuthorizationException`.
2021-10-04 05:13:56 +00:00
* Add `onError` callback.