File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 88- ✨  ;  ; Added: Support for multipart requests.
99- 80% code coverage
1010
11+ ## 0.4.1
12+
13+ - 🛠  ;  ; Changed: Pre initialized ` headers ` and ` params ` on ` RequestData ` . This was a missed change on null-safety migration.
14+
1115## 0.4.0
1216
1317Check out [ our 0.4.0 migration guide] ( ./guides/migration_guide_4.md ) for information on how to migrate your code.
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ packages:
8080 path: ".."
8181 relative: true
8282 source: path
83- version: "0.4.0 "
83+ version: "0.4.1 "
8484 http_parser:
8585 dependency: transitive
8686 description:
Original file line number Diff line number Diff line change 11name : http_interceptor
22description : A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
3- version : 0.4.0
3+ version : 0.4.1
44homepage : https://github.com/CodingAleCR/http_interceptor
55issue_tracker : https://github.com/CodingAleCR/http_interceptor/issues
66repository : https://github.com/CodingAleCR/http_interceptor
You can’t perform that action at this time.
0 commit comments