platform/packages/auth_oauth2/CHANGELOG.md

52 lines
580 B
Markdown
Raw Normal View History

2021-07-10 01:29:41 +00:00
# Change Log
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`.