2021-06-26 11:02:51 +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 07:38:50 +00:00
|
|
|
## 8.0.0
|
|
|
|
|
|
|
|
* Require Dart >= 3.0
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
|
|
|
## 4.0.0
|
|
|
|
|
|
|
|
* Skipped release
|
|
|
|
|
2021-09-25 15:37:22 +00:00
|
|
|
## 3.1.0
|
|
|
|
|
|
|
|
* Updated linter to `package:lints`
|
|
|
|
|
2021-06-26 11:41:35 +00:00
|
|
|
## 3.0.1
|
|
|
|
|
|
|
|
* Run `dartfmt -w .` to correct the formating
|
|
|
|
* Updated example
|
|
|
|
|
2021-06-26 11:02:51 +00:00
|
|
|
## 3.0.0
|
|
|
|
|
2022-08-16 11:19:04 +00:00
|
|
|
* Migrated to support Dart >= 2.12 NNBD
|
2021-06-20 12:37:20 +00:00
|
|
|
|
2021-06-26 11:02:51 +00:00
|
|
|
## 2.0.0-alpha.1
|
|
|
|
|
2020-02-12 15:23:11 +00:00
|
|
|
* Make `ServiceRateLimiter` more fail-proof.
|
|
|
|
|
2021-06-26 11:02:51 +00:00
|
|
|
## 2.0.0-alpha
|
|
|
|
|
2019-10-17 02:37:53 +00:00
|
|
|
* Angel 2 updates. Remove previous functionality.
|
2021-06-26 12:06:30 +00:00
|
|
|
* Add `CookieSigner`, `RateLimiter`/`InMemoryRateLimiter`/`ServiceRateLimiter`
|