platform/packages/auth_oauth2/CHANGELOG.md

75 lines
849 B
Markdown
Raw Normal View History

2021-07-10 01:29:41 +00:00
# Change Log
2024-06-03 03:28:23 +00:00
## 8.2.0
* Require Dart >= 3.3
* Updated `lints` to 4.0.0
2023-12-25 03:45:10 +00:00
## 8.1.1
* Updated repository link
2023-12-24 16:10:10 +00:00
## 8.1.0
* Updated `lints` to 3.0.0
* Fixed linter warnings
2023-05-27 01:33:53 +00:00
## 8.0.0
* Require Dart >= 3.0
* Issue: `oauth2` does not support `http` 1.0.0
2022-11-18 13:52:12 +00:00
## 7.0.1
* Updated example
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
2022-04-23 04:21:39 +00:00
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
2022-04-23 04:21:39 +00:00
## 5.0.0
* Skipped release
2021-09-29 07:40:27 +00:00
## 4.1.0
* Updated linter to `package:lints`
2021-07-10 01:45:50 +00:00
## 4.0.2
* Updated example
2021-07-10 01:29:41 +00:00
## 4.0.1
* Updated README
## 4.0.0
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-07-10 01:29:41 +00:00
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to work with Dart >= 2.12.x Non NNBD
2021-07-10 01:29:41 +00:00
## 2.1.0
2019-01-06 00:43:06 +00:00
* Angel 2 + Dart 2 update
* Support for handling errors + rejections.
* Use `ExternalAuthOptions`.
2021-07-10 01:29:41 +00:00
## 2.0.0+1
2018-09-12 14:17:28 +00:00
* Meta update to improve Pub score.
2021-07-10 01:29:41 +00:00
## 2.0.0
2018-09-12 14:17:28 +00:00
* Angel 2 + Dart 2 updates.
2021-07-10 01:29:41 +00:00
## 1.0.2
Added `getParameters` to `AngelOAuth2Options`.