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
- 🐞 Fixed: Changing `body` causes that the `headers` also change and ignore previous interceptions (i.e. content-type headers are overriden).
8
8
- 🐞 Fixed: `copyWith` was missing fields
9
9
- 🚦 Tests: Updated tests.
10
10
11
+
## 2.0.0-beta.2
12
+
13
+
- 🐞 Fixed: Changing `body` causes that the `headers` also change and ignore previous interceptions (i.e. content-type headers are overriden).
14
+
- 🚦 Tests: Updated tests.
15
+
11
16
## 2.0.0-beta.1
12
17
13
18
- ❗️🛠 Changed: Renamed `Method` to use `HttpMethod` and refactored helper functions into extensions (`StringToMethod`, and `MethodToString`).
0 commit comments