Skip to content

Releases: Jille/convreq

v1.7.0

13 Aug 15:46
Compare
Choose a tag to compare

Add a reflectionless fast path for common signature func(context.Context, *http.Request) HttpResponse

v1.6.0

09 Jan 09:19
Compare
Choose a tag to compare

Support for parameters named MyMethodJSON which lets convreq parse the request body as JSON.

v1.5.0

06 Sep 13:20
Compare
Choose a tag to compare

Replace RespondJSON with JSON. The call respond.JSON() is clear enough.

Leave a forwarding function for backwards compatibility.

v1.4.0

06 Sep 08:11
aac8046
Compare
Choose a tag to compare

Add more respond methods: HTTP 424, RespondJSON

Fix NoContent to actually return no content.

v1.2.0

09 Dec 15:37
Compare
Choose a tag to compare

Improvements in the respond package.

v1.1.0

13 May 20:14
Compare
Choose a tag to compare

Add respond.Bytes()

v1.0.0

06 Oct 19:04
Compare
Choose a tag to compare
Add respond.Printf()