File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.0
4+
5+ * Added: RetryPolicy. It allows to attempt retries on a request when an exception occurs or when a condition from the response is met.
6+ * Fixed: URI type urls not concatenating parameters.
7+
38## 0.2.0
49
510* Added: Unit testing for a few of the files.
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ packages:
8787 path: ".."
8888 relative: true
8989 source: path
90- version: "0.2 .0"
90+ version: "0.3 .0"
9191 http_parser:
9292 dependency: transitive
9393 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.2 .0
3+ version : 0.3 .0
44homepage : https://github.com/CodingAleCR/http_interceptor
5+ issue_tracker : https://github.com/CodingAleCR/http_interceptor/issues
6+ repository : https://github.com/CodingAleCR/http_interceptor
57
68environment :
79 sdk : " >=2.1.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments