2021-06-26 11:02:51 +00:00
|
|
|
# Change Log
|
|
|
|
|
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
|
|
|
|
|
2021-06-20 12:37:20 +00:00
|
|
|
* Migrated to support Dart SDK 2.12.x NNBD
|
|
|
|
|
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`
|