Skip to content

Releases: go-playground/pure

Release 5.3.0

13 Jul 17:05
c277882

Choose a tag to compare

What's new?

  • Updated deps & general maintenance.

Release 5.2.0

19 Nov 05:20
933f152

Choose a tag to compare

What's new?

Added JSONStream helper method.

Release 5.1.0

02 Jul 19:10
20e7136

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

Choose a tag to compare

What was fixed?

  • correct import path in examples.

Release 5.0.4

11 Nov 19:09
b746000

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

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

Choose a tag to compare

What was fixed?

Updated to the latest go-playground/[email protected] which fixes some HTTP headers written out of order still.

Release v5.0.1

13 May 23:21
de5e290

Choose a tag to compare

What was fixed?

Updated to the latest go-playground/[email protected] which fixes some HTTP headers written out of order.

Release 5.0.0

11 May 18:01
126c912

Choose a tag to compare

What's new?

Release 4.2.0

10 May 20:26

Choose a tag to compare

What's new?

Added encoding awareness to the DecodeJSON helper function.