You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,17 @@
1
1
# Changelog
2
2
3
-
## Unreleased
4
-
5
-
- ✨ Added: Response Transformation (useful for background json decoding/encoding).
6
-
- ✨ Added: Support for streamed requests and `send` method.
7
-
- ✨ Changed: 80% code coverage.
8
-
9
3
## 1.0.0
10
4
5
+
Check out the [1.0.0 migration guide](./guides/migration_guide_1.0.0.md) for information on how to migrate your code.
6
+
11
7
- ❗️🛠 Changed: Renamed `HttpClientWithInterceptor` to `InterceptedClient`.
12
8
- ❗️🛠 Changed: Renamed `HttpWithInterceptor` to `InterceptedHttp`.
13
9
- ❗️🛠 Removed: `badCertificateCallback` from `InterceptedClient` and `InterceptedHttp` in order to fully support Flutter Web 🌐 . In order to use refer to the migration guide.
14
10
- ✨ Added: Array parameters on `RequestData` following a similar principle than `http`'s `queryParametersAll` .
15
11
- ✨ Changed: `ResponseData` now has `bodyBytes` to allow encoding or decoding in the format desired.
16
12
- ✨ Changed: Migrated tests to use `test` package instead of `flutter_test`.
17
-
- ✨ Changed: Package no longer depends on Flutter, which means that it can be used with standalone Dart projects.
18
13
- ✨ Changed: More tests and coverage, this is a work in progress.
19
-
20
-
Check out the [1.0.0 migration guide](./guides/migration_guide_1.0.0.md) for information on how to migrate your code.
14
+
- 🗑 Removed: Package no longer depends on Flutter, which means that it can be used with standalone Dart projects.
[](https://github.com/codingalecr/http_interceptor)
8
8
9
9
<!-- prettier-ignore-start -->
10
10
<!-- markdownlint-disable -->
11
11
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
0 commit comments