Skip to content

Commit

Permalink
chore: Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Dec 8, 2024
1 parent 67f5386 commit ccc2168
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion dio_cache_interceptor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.5.1
- fix: Allow `"` in header values.
- chore: Some more tests added.
- chore: Updated README.md.

## 3.5.0
- chore: Updated dependencies.
- chore: Updated example.
Expand All @@ -8,7 +13,7 @@
- chore: Allow UUID package version v4.x

## 3.4.3
- fix: Correctly sierialize null content responses.
- fix: Correctly serialize null content responses.
- chore: explicitly allow dart 3.
- chore: Now requires Dio >= 5.2.0+1.

Expand Down
2 changes: 1 addition & 1 deletion dio_cache_interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Dio HTTP cache interceptor with multiple stores respecting HTTP directives (or n
- __BackupCacheStore__: Combined store with primary and secondary.
- __DbCacheStore__: Cache with database (Drift) [Get it](https://pub.dev/packages/dio_cache_interceptor_db_store).
- __FileCacheStore__: Cache with file system (Does nothing on web platform) [Get it](https://pub.dev/packages/dio_cache_interceptor_file_store).
- __HiveCacheStore__: Cache using Hive package (available on all platforms) [Get it](https://pub.dev/packages/dio_cache_interceptor_hive_store).
- __HiveCacheStore__: Cache using Hive package (available on all platforms (V3 - hive / V4 - hive_ce)) [Get it](https://pub.dev/packages/dio_cache_interceptor_hive_store).
- __IsarCacheStore__: Cache using Isar package (available on all platforms) [Get it](https://pub.dev/packages/dio_cache_interceptor_isar_store).
- __ObjectBoxCacheStore__: Cache using ObjectBox package (no web support) [Get it](https://pub.dev/packages/dio_cache_interceptor_objectbox_store).
- __SembastCacheStore__: Cache using Sembast package [Get it](https://pub.dev/packages/dio_cache_interceptor_sembast_storage).
Expand Down
2 changes: 1 addition & 1 deletion dio_cache_interceptor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Dio HTTP cache interceptor with multiple stores respecting HTTP dir
repository: https://github.com/llfbandit/dio_cache_interceptor
issue_tracker: https://github.com/llfbandit/dio_cache_interceptor/issues

version: 3.5.0
version: 3.5.1

environment:
sdk: ">=2.14.0 <4.0.0"
Expand Down

0 comments on commit ccc2168

Please sign in to comment.