Skip to content

Commit

Permalink
Merge pull request #19 from wklken/develop
Browse files Browse the repository at this point in the history
docs(changelog): update
  • Loading branch information
wklken authored Jan 18, 2022
2 parents f88ff11 + 3c96ee1 commit 1d6ab0c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

28 changes: 27 additions & 1 deletion CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Changelog
GoRequest Changelog
=========

## GoRequest v1.0.0 (2022-01-19)

### BUGFIXES

- send `{}`: https://github.com/wklken/gorequest/pull/6
- converting query keys to lower case: https://ggithub.com/wklken/gorequest/pull/7
- query with int64 will lose accuracy: https://github.com/wklken/gorequest/pull/8
- HTTP Get not set s.TargetType to "json" https://github.com/wklken/gorequest/pull/11
- fix retry if errors: https://github.com/wklken/gorequest/pull/13

### ENHANCEMENTS

- add: wrap the EndStruct error if json decode fail: https://github.com/wklken/gorequest/pull/9
- add docs, string bytes conv: https://github.com/wklken/gorequest/pull/10
- add context support: https://github.com/wklken/gorequest/pull/12
- add: SetHeaders: https://github.com/wklken/gorequest/pull/14

### OTHERS

- upgrade go to 1.16
- add go mod support

=====================================

previous changelog of origin repo

v0.2.15 (2016-08-30)

Features
Expand Down

0 comments on commit 1d6ab0c

Please sign in to comment.