File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 4.0.5
2+ - chore: Updated dependencies.
3+
14## 4.0.4
25- fix: Allow keyBuilder to depend on request body.
36
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ description: Dio HTTP cache interceptor with multiple stores respecting HTTP dir
33repository : https://github.com/llfbandit/dart_http_cache
44issue_tracker : https://github.com/llfbandit/dart_http_cache/issues
55
6- version : 4.0.4
6+ version : 4.0.5
77
88environment :
99 sdk : ^3.0.0
1010
1111dependencies :
1212 # https://pub.dev/packages/dio
1313 dio : ^5.2.0+1
14- http_cache_core : ^1.1.1
14+ http_cache_core : ^1.1.2
1515
1616dev_dependencies :
1717 # https://pub.dev/packages/lints
Original file line number Diff line number Diff line change 1+ ## 1.0.4
2+ - chore: Updated dependencies.
3+
14## 1.0.3
25- fix: Allow keyBuilder to depend on request body.
36
Original file line number Diff line number Diff line change 11name : http_cache_client
22description : HTTP cache client with multiple stores respecting HTTP directives (or not).
3- version : 1.0.3
3+ version : 1.0.4
44repository : https://github.com/llfbandit/dart_http_cache
55issue_tracker : https://github.com/llfbandit/dart_http_cache/issues
66
@@ -10,7 +10,7 @@ environment:
1010dependencies :
1111 # https://pub.dev/packages/http
1212 http : ^1.2.0
13- http_cache_core : ^1.1.1
13+ http_cache_core : ^1.1.2
1414
1515dev_dependencies :
1616 # https://pub.dev/packages/lints
You can’t perform that action at this time.
0 commit comments