platform/packages/cache/CHANGELOG.md

35 lines
520 B
Markdown
Raw Normal View History

2021-06-22 10:42:26 +00:00
# Change Log
2021-12-19 02:23:27 +00:00
## 4.0.3
* Updated linter to `package:lints`
2021-07-09 05:44:26 +00:00
## 4.0.2
* Updated README
* Added home page link
2021-07-09 05:46:15 +00:00
* All 7 unit tests passed
2021-07-09 05:44:26 +00:00
2021-06-22 10:42:26 +00:00
## 4.0.1
* Updated pubspec description
2021-06-26 10:02:41 +00:00
* Fixed: Return `200` with cached data instead of `403`
2021-07-09 05:46:15 +00:00
* 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