Skip to content

Commit f041ec6

Browse files
committed
fix: Allow keyBuilder to depend on request body (#185)
1 parent 061c344 commit f041ec6

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

dio_cache_interceptor/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.5
2+
- chore: Updated dependencies.
3+
14
## 4.0.4
25
- fix: Allow keyBuilder to depend on request body.
36

dio_cache_interceptor/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ description: Dio HTTP cache interceptor with multiple stores respecting HTTP dir
33
repository: https://github.com/llfbandit/dart_http_cache
44
issue_tracker: https://github.com/llfbandit/dart_http_cache/issues
55

6-
version: 4.0.4
6+
version: 4.0.5
77

88
environment:
99
sdk: ^3.0.0
1010

1111
dependencies:
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

1616
dev_dependencies:
1717
# https://pub.dev/packages/lints

http_cache_client/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.4
2+
- chore: Updated dependencies.
3+
14
## 1.0.3
25
- fix: Allow keyBuilder to depend on request body.
36

http_cache_client/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: http_cache_client
22
description: HTTP cache client with multiple stores respecting HTTP directives (or not).
3-
version: 1.0.3
3+
version: 1.0.4
44
repository: https://github.com/llfbandit/dart_http_cache
55
issue_tracker: https://github.com/llfbandit/dart_http_cache/issues
66

@@ -10,7 +10,7 @@ environment:
1010
dependencies:
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

1515
dev_dependencies:
1616
# https://pub.dev/packages/lints

0 commit comments

Comments
 (0)