Skip to content

Commit 1ad9b84

Browse files
authored
Merge pull request #4 from tiffanyrzhou/master
CHANGELOG update
2 parents 51f5991 + 850cb81 commit 1ad9b84

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

CHANGELOG.md

+1-25
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,2 @@
1-
## 0.3.0
2-
- Add support for multipart/form-data with JSON parts
3-
4-
## 0.2.4
5-
- Use CURLOPT_HEADERFUNCTION for parsing response headers.
6-
7-
## 0.2.3
8-
- Ensure immutability of requests passed to HttpClient#execute
9-
- Use wiremock for our tests
10-
- Refactor response parsing
11-
12-
## 0.2.2
13-
- Add gzip compression/decompression.
14-
15-
## 0.2.1
16-
- Relax json content-type regex to allow content types with charset to be parset correctly.
17-
18-
## 0.2.0
19-
- Expose Encoder in HttpClient.
20-
- Support x-www-form-urlencoded post bodies.
21-
22-
## 0.1.1
23-
- Fix deserialization attempt of emtpy response body.
24-
25-
## 0.1.0
1+
## 1.0.0
262
- First release

0 commit comments

Comments
 (0)