platform/packages/auth_oauth2/CHANGELOG.md

40 lines
487 B
Markdown
Raw Normal View History

2021-07-10 01:29:41 +00:00
# Change Log
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
* Migrated to support Dart SDK 2.12.x NNBD
2021-07-10 01:29:41 +00:00
## 3.0.0
* Migrated to work with Dart SDK 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`.