platform/packages/security/CHANGELOG.md

44 lines
566 B
Markdown
Raw Normal View History

2021-06-26 11:02:51 +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
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`