Skip to content

Releases: appleboy/gofight

v2.2.0

02 Nov 12:49
83e58a5
Compare
Choose a tag to compare

Changelog

Features

  • 89bceeb: feat(ctx): add Context management to RequestConfig struct (@appleboy)
  • d076e99: feat(ctx): enhance HTTP request handling and testing functionality (@appleboy)

Others

Bug fixes

  • 9108f52: fix: refactor error handling and testing infrastructure (@appleboy)
  • e8ffcc8: fix(lint): refactor error handling in SetFileFromPath function (@appleboy)

Enhancements

Refactor

  • fd19340: refactor(lint): refactor linter configuration and improve code clarity (@appleboy)

Build process updates

Documentation updates

v2.1.2

07 Jan 16:27
b847c2f
Compare
Choose a tag to compare
chore: ignore unnecessary package. (#81)

v2.1.1

17 Jun 16:42
Compare
Choose a tag to compare
feat: add goproxy

v2.0.0

07 Jun 17:25
Compare
Choose a tag to compare
feat: add goproxy

Release v1.0.4

10 Sep 06:58
Compare
Choose a tag to compare

Release v1.0.3

30 Jul 05:29
Compare
Choose a tag to compare

Feature:

43464d7 fixed #33 Change fuc name to camel case format.

  • Rename SetFORM to SetForm
  • Rename SetQUERY to SetQuery

Release v1.0.2

23 Jul 05:07
Compare
Choose a tag to compare
  • e1f9223 Support set query string.