File tree Expand file tree Collapse file tree 6 files changed +12
-3
lines changed
Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 4.0.4
2+ - fix: Allow keyBuilder to depend on request body.
3+
14## 4.0.3
25- fix: BaseRequest now has ` headers ` getter instead of ` headerValuesAsList ` .
36- chore: Updated dependencies.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ 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.3
6+ version : 4.0.4
77
88environment :
99 sdk : ^3.0.0
Original file line number Diff line number Diff line change 1+ ## 1.0.3
2+ - fix: Allow keyBuilder to depend on request body.
3+
14## 1.0.2
25- fix: BaseRequest now has ` headers ` getter instead of ` headerValuesAsList ` .
36- chore: Updated dependencies.
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.2
3+ version : 1.0.3
44repository : https://github.com/llfbandit/dart_http_cache
55issue_tracker : https://github.com/llfbandit/dart_http_cache/issues
66
Original file line number Diff line number Diff line change 1+ ## 1.1.2
2+ - fix: Allow keyBuilder to depend on request body.
3+
14## 1.1.1
25- fix: Send only one condition on request cache validation.
36- fix: BaseRequest now has ` headers ` getter instead of ` headerValuesAsList ` .
Original file line number Diff line number Diff line change 11name : http_cache_core
22description : HTTP cache core models, pivot package for agnostic HTTP client implementation.
3- version : 1.1.1
3+ version : 1.1.2
44homepage : https://github.com/llfbandit/dart_http_cache/tree/master/http_cache_core
55repository : https://github.com/llfbandit/dart_http_cache/tree/master/http_cache_core
66issue_tracker : https://github.com/llfbandit/dart_http_cache/issues
You can’t perform that action at this time.
0 commit comments