Skip to content

Releases: sylabs/json-resp

v0.9.2

07 Feb 14:23
f720a2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

07 Feb 14:22
4d1c100
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

10 Jul 16:49
8017165
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

29 Aug 21:18
v0.8.2
2e95016
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

16 Mar 20:36
4370de8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

Version 0.8.0

27 Aug 18:37
cc5303f
Compare
Choose a tag to compare

This minor release advances the go.mod language version to 1.17, and includes other minor changes.

Version 0.7.1

31 Mar 19:18
369267f
Compare
Choose a tag to compare

This release adopts Go 1.16, and includes minor continuous integration improvements.

Version 0.7.0

03 Aug 19:51
e09dc80
Compare
Choose a tag to compare

This release adds the Error.Is method, which can be used to interrogate errors. Minor continuous integration improvements have also been made, including adopting Go 1.14.

Version 0.6.0

10 Sep 18:33
b457453
Compare
Choose a tag to compare

This release improves continuous integration of the project, including adopting Go v1.13. A subtle bug with WriteResponse()/WriteError() (#21) is also fixed.

Version 0.5.0

12 Mar 01:01
e50b63a
Compare
Choose a tag to compare

This release adds func ReadError to simplify parsing detailed error messages.