Skip to content

Tags: go-playground/pure

Tags

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update deps (#14)

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add json stream helper (#12)

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updates (#11)

- Updated to latest github.com/go-playground/pkg/v5
- Added EncodeToURLValues helper
- Updated to use GitHub Actions for CI

v5.0.5

Toggle v5.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix example dep import (#10)

v5.0.4

Toggle v5.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix go modules + imports (#9)

v5.0.3

Toggle v5.0.3's commit message
Updated to latest pkg dep

This fixes an issue with returning an errors from the JSON helper
functions.

v5.0.2

Toggle v5.0.2's commit message
update to latest go-playground/pkg

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated (#8)

- Updated to use Go Modules
- Updated to use github.com/go-playground/pkg for HTTP abstractions.
pure now also relies on the
github.com/go-playground/pkg/net/http.DefaultFormDecoder; it is
configurable.

v4.2.0

Toggle v4.2.0's commit message
DecodeJSON encoing aware

Added encoding awareness to the DecodeJSON helper function.