platform/packages/cache/CHANGELOG.md

25 lines
396 B
Markdown
Raw Normal View History

2021-06-22 10:42:26 +00:00
# Change Log
## 4.0.1
* Updated pubspec description
2021-06-26 10:02:41 +00:00
* Fixed: Return `200` with cached data instead of `403`
* Updated broken Unit Tests
2021-06-22 10:42:26 +00:00
## 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD
2021-06-22 10:42:26 +00:00
## 3.0.0
* Migrated to work with Dart SDK 2.12.x Non NNBD
2021-06-22 10:42:26 +00:00
## 2.0.1
2018-11-10 16:59:07 +00:00
* Add `ignoreQueryAndFragment` to `ResponseCache`.
* Rename `CacheService.ignoreQuery` to `ignoreParams`.
2021-06-22 10:42:26 +00:00
## 1.0.0
* First version