Releases: jritsema/gotoolbox
Releases · jritsema/gotoolbox
v0.10.0
v0.9.0
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
v0.7.0
v0.6.0
v0.5.0
v0.4.0
adds SliceContainsInt()
v0.3.0
adds web.Empty()