platform/packages/security/CHANGELOG.md

14 lines
277 B
Markdown
Raw Normal View History

2021-06-26 11:02:51 +00:00
# Change Log
## 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.
* Add `CookieSigner`, `RateLimiter`/`InMemoryRateLimiter`/`ServiceRateLimiter`.