platform/packages/cache/CHANGELOG.md

65 lines
803 B
Markdown
Raw Normal View History

2021-06-22 10:42:26 +00:00
# Change Log
2024-06-03 03:28:23 +00:00
## 8.2.0
* Require Dart >= 3.3
* Updated `lints` to 4.0.0
2023-12-25 03:45:10 +00:00
## 8.1.1
* Updated repository link
2023-12-24 16:10:10 +00:00
## 8.1.0
* Updated `lints` to 3.0.0
* Fixed linter warnings
2023-05-27 00:56:05 +00:00
## 8.0.0
* Require Dart >= 3.0
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
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
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
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-06-22 10:42:26 +00:00
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to work with Dart >= 2.12 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