v1.4.0
What's Changed
- style:
// nolint:→//nolint:by @maxatome in #152 - feat: add
NewJsonResponseOrPanicfunction to simplify calls withResponderFromMultipleResponsesby @kilianpaquier in #151 - Update transport.go by @battlecook in #155
- Replaced
deferstatements witht.Cleanupin docs by @alvii147 in #157 - Make
http.Response.Statusrespect RFC 2616, like in Go stdlib. by @constantoine in #159 - docs: update resty example by @tymcgee in #160
- feat: enhance
Activateand addDeactivateNonDefaultfunctions 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