platform/packages/oauth2/CHANGELOG.md

81 lines
1 KiB
Markdown
Raw Normal View History

2022-01-04 12:03:52 +00:00
# Change Log
2024-06-23 04:09:26 +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
2023-10-18 15:45:31 +00:00
* Updated to `uuid`
2023-05-27 01:33:53 +00:00
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
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
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.