platform/packages/auth_twitter/CHANGELOG.md

37 lines
523 B
Markdown
Raw Normal View History

2021-10-04 05:13:56 +00:00
# Change Log
2023-10-27 15:52:29 +00:00
## 8.0.0
2024-06-03 03:28:23 +00:00
* Require Dart >= 3.3
2023-10-27 15:52:29 +00:00
* Updated `oauth1` to `belatuk_oauth1`
2024-06-03 03:28:23 +00:00
* Updated `lints` to 4.0.0
2023-12-25 03:45:10 +00:00
* Updated repository link
2024-06-03 03:28:23 +00:00
* Fixed linter warnings
2023-10-27 15:52:29 +00:00
2022-08-16 11:19:04 +00:00
## 7.0.0
2022-06-04 01:30:18 +00:00
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.17
## 6.0.0
* Require Dart >= 2.16
2022-06-04 01:30:18 +00:00
## 5.0.0
* Skipped release
2021-10-04 05:13:56 +00:00
## 4.0.0
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-10-04 05:13:56 +00:00
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to work with Dart >= 2.12 Non NNBD
2021-10-04 05:13:56 +00:00
## 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.