Skip to content

Releases: go-playground/pure

Release 5.3.0

Choose a tag to compare

@deankarn deankarn released this 13 Jul 17:05
c277882

What's new?

  • Updated deps & general maintenance.

Release 5.2.0

Choose a tag to compare

@deankarn deankarn released this 19 Nov 05:20
933f152

What's new?

Added JSONStream helper method.

Release 5.1.0

Choose a tag to compare

@deankarn deankarn released this 02 Jul 19:10
20e7136

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

Choose a tag to compare

@deankarn deankarn released this 11 Nov 19:46
5427a09

What was fixed?

  • correct import path in examples.

Release 5.0.4

Choose a tag to compare

@deankarn deankarn released this 11 Nov 19:09
b746000

What was fixed?

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

Release v5.0.3

Choose a tag to compare

@deankarn deankarn released this 22 May 23:11

What was fixed?

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

Release v5.0.2

Choose a tag to compare

@deankarn deankarn released this 13 May 23:47

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

Choose a tag to compare

@deankarn deankarn released this 13 May 23:21
de5e290

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

Choose a tag to compare

@deankarn deankarn released this 11 May 18:01
126c912

What's new?

Release 4.2.0

Choose a tag to compare

@deankarn deankarn released this 10 May 20:26

What's new?

Added encoding awareness to the DecodeJSON helper function.