Skip to content

Releases: jritsema/gotoolbox

v0.10.0

12 Dec 03:10
Compare
Choose a tag to compare

Adds web.Redirect(location) helper method to send an HTTP 302 redirect.

v0.9.0

07 Jul 21:14
d54589c
Compare
Choose a tag to compare

Updates HttpPostJSON to support response decoding (#7)

This is a breaking api change.

  • Updated HttpPostJSON in json.go to handle JSON response decoding when content-type is JSON, with improved error handling and code clarity
  • Added code in README to demonstrate HttpPutJSON and updated HttpPostJSON functionality

v0.8.0

10 Jun 01:30
4f7e3c7
Compare
Choose a tag to compare

adds html template support to web package (#5)

v0.7.0

22 Oct 22:17
b49cc3f
Compare
Choose a tag to compare

adds HttpPutJSON() and HttpPostJSON() (#4)

v0.6.0

22 Oct 22:17
bfeb449
Compare
Choose a tag to compare

adds HttpGetJSON (#3)

v0.5.0

22 Oct 22:17
11f06e7
Compare
Choose a tag to compare

adds output argument to ExecCmd (#2)

v0.4.0

24 Jan 03:19
Compare
Choose a tag to compare

v0.3.0

24 Jan 03:19
Compare
Choose a tag to compare

v0.2.0

16 Oct 15:30
a90bf6b
Compare
Choose a tag to compare
v0.2.0

v0.1.1

13 Oct 19:41
Compare
Choose a tag to compare
adds usage examples