What's Changed
- style:
// nolint:
→//nolint:
by @maxatome in #152 - feat: add
NewJsonResponseOrPanic
function to simplify calls withResponderFromMultipleResponses
by @kilianpaquier in #151 - Update transport.go by @battlecook in #155
- Replaced
defer
statements witht.Cleanup
in docs by @alvii147 in #157 - Make
http.Response.Status
respect RFC 2616, like in Go stdlib. by @constantoine in #159 - docs: update resty example by @tymcgee in #160
- feat: enhance
Activate
and addDeactivateNonDefault
functions by @maxatome in #161 - test: use golangci-lint v2.0.2 & go1.24 by @maxatome in #163
- docs: README typo by @maxatome
- docs: clarify ConnectionFailure doc by @maxatome
New Contributors
- @kilianpaquier made their first contribution in #151
- @battlecook made their first contribution in #155
- @alvii147 made their first contribution in #157
- @constantoine made their first contribution in #159
- @tymcgee made their first contribution in #160
Full Changelog: v1.3.1...v1.4.0