Skip to content

Commit 1d6ab0c

Browse files
authored
Merge pull request #19 from wklken/develop
docs(changelog): update
2 parents f88ff11 + 3c96ee1 commit 1d6ab0c

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG renamed to CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
1-
Changelog
1+
GoRequest Changelog
22
=========
33

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+
430
v0.2.15 (2016-08-30)
531

632
Features

0 commit comments

Comments
 (0)