Releases: go-playground/pure
Releases · go-playground/pure
Release 5.3.0
Release 5.2.0
What's new?
Added JSONStream
helper method.
Release 5.1.0
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
What was fixed?
- correct import path in examples.
Release 5.0.4
What was fixed?
- Fixed Go Modules version + imports.
- Updated deps to their Go Modules counterparts.
Release v5.0.3
What was fixed?
Corrected some of the JSON helper functions not returning the error.
Release v5.0.2
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
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
What's new?
- Updated to use Go Modules
- Updated to use go-playground/pkg for HTTP abstractions. This now also relies on the go-playground/pkg/net/http.DefaultFormDecoder; it is still externally configurable.
Release 4.2.0
What's new?
Added encoding awareness to the DecodeJSON helper function.