2022-01-04 12:03:52 +00:00
|
|
|
# Change Log
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
## 7.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 2.17
|
|
|
|
|
2022-04-25 00:54:13 +00:00
|
|
|
## 6.0.1
|
|
|
|
|
|
|
|
* Fixed AngelHttpException error
|
|
|
|
* [Breaking] Renamed `error` to `authError` for `AuthorizationException`
|
|
|
|
|
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
|
|
|
|
|
2022-01-05 04:03:02 +00:00
|
|
|
## 4.1.1
|
|
|
|
|
|
|
|
* Updated README
|
|
|
|
|
2022-01-04 12:03:52 +00:00
|
|
|
## 4.1.0
|
|
|
|
|
|
|
|
* Updated linter to `package:lints`
|
|
|
|
|
|
|
|
## 4.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to support Dart >= 2.12 NNBD
|
2021-05-30 00:46:13 +00:00
|
|
|
|
2022-01-04 12:03:52 +00:00
|
|
|
## 3.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to work with Dart >= 2.12 Non NNBD
|
2021-05-30 00:46:13 +00:00
|
|
|
|
2022-01-04 12:03:52 +00:00
|
|
|
## 2.3.0
|
|
|
|
|
2019-05-03 07:24:24 +00:00
|
|
|
* Remove `implicitGrant`, and inline it into `requestAuthorizationCode`.
|
|
|
|
|
2022-01-04 12:03:52 +00:00
|
|
|
## 2.2.0+1
|
|
|
|
|
2019-05-03 06:14:08 +00:00
|
|
|
* Parse+verify client for `authorization_code`.
|
|
|
|
|
2022-01-04 12:03:52 +00:00
|
|
|
## 2.2.0
|
|
|
|
|
2019-05-02 07:28:38 +00:00
|
|
|
* Pass `client` to `exchangeAuthorizationCodeForToken`.
|
|
|
|
* Apply `package:pedantic`.
|
|
|
|
|
2022-01-04 12:03:52 +00:00
|
|
|
## 2.1.0
|
|
|
|
|
2018-12-15 07:19:35 +00:00
|
|
|
* Updates
|
|
|
|
* Support `device_code` grants.
|
2018-12-15 08:39:04 +00:00
|
|
|
* Add support for [PKCE](https://tools.ietf.org/html/rfc7636).
|
2018-12-15 07:19:35 +00:00
|
|
|
|
2022-01-04 12:03:52 +00:00
|
|
|
## 2.0.0
|
|
|
|
|
2018-11-08 15:33:01 +00:00
|
|
|
* Angel 2 support.
|
|
|
|
|
2022-01-04 12:03:52 +00:00
|
|
|
## 1.0.0+1
|
|
|
|
|
|
|
|
* Dart2 updates + backwards compatibility assurance.
|