Skip to content

Releases: go-playground/pure

Release 5.3.0

13 Jul 17:05
c277882
Compare
Choose a tag to compare

What's new?

  • Updated deps & general maintenance.

Release 5.2.0

19 Nov 05:20
933f152
Compare
Choose a tag to compare

What's new?

Added JSONStream helper method.

Release 5.1.0

02 Jul 19:10
20e7136
Compare
Choose a tag to compare

What's new?

  • Updated to latest github.com/go-playground/pkg/v5
  • Added EncodeToURLValues helper
  • Updated to use GitHub Actions for CI
  • update godoc link to new site.

Release 5.0.5

11 Nov 19:46
5427a09
Compare
Choose a tag to compare

What was fixed?

  • correct import path in examples.

Release 5.0.4

11 Nov 19:09
b746000
Compare
Choose a tag to compare

What was fixed?

  • Fixed Go Modules version + imports.
  • Updated deps to their Go Modules counterparts.

Release v5.0.3

22 May 23:11
Compare
Choose a tag to compare

What was fixed?

Corrected some of the JSON helper functions not returning the error.

Release v5.0.2

13 May 23:47
Compare
Choose a tag to compare

What was fixed?

Updated to the latest go-playground/pkg@v3.1.3 which fixes some HTTP headers written out of order still.

Release v5.0.1

13 May 23:21
de5e290
Compare
Choose a tag to compare

What was fixed?

Updated to the latest go-playground/pkg@v3.1.2 which fixes some HTTP headers written out of order.

Release 5.0.0

11 May 18:01
126c912
Compare
Choose a tag to compare

What's new?

Release 4.2.0

10 May 20:26
Compare
Choose a tag to compare

What's new?

Added encoding awareness to the DecodeJSON helper function.