File tree Expand file tree Collapse file tree 2 files changed +27
-16
lines changed Expand file tree Collapse file tree 2 files changed +27
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- Changelog
1
+ GoRequest Changelog
2
2
=========
3
3
4
+ ## GoRequest v1.0.0 (2022-01-19)
5
+
6
+ ### BUGFIXES
7
+
8
+ - send ` {} ` : https://github.com/wklken/gorequest/pull/6
9
+ - converting query keys to lower case: https://ggithub.com/wklken/gorequest/pull/7
10
+ - query with int64 will lose accuracy: https://github.com/wklken/gorequest/pull/8
11
+ - HTTP Get not set s.TargetType to "json" https://github.com/wklken/gorequest/pull/11
12
+ - fix retry if errors: https://github.com/wklken/gorequest/pull/13
13
+
14
+ ### ENHANCEMENTS
15
+
16
+ - add: wrap the EndStruct error if json decode fail: https://github.com/wklken/gorequest/pull/9
17
+ - add docs, string bytes conv: https://github.com/wklken/gorequest/pull/10
18
+ - add context support: https://github.com/wklken/gorequest/pull/12
19
+ - add: SetHeaders: https://github.com/wklken/gorequest/pull/14
20
+
21
+ ### OTHERS
22
+
23
+ - upgrade go to 1.16
24
+ - add go mod support
25
+
26
+ =====================================
27
+
28
+ previous changelog of origin repo
29
+
4
30
v0.2.15 (2016-08-30)
5
31
6
32
Features
You can’t perform that action at this time.
0 commit comments