Go Playground Pure Versions Save

:non-potable_water: Is a lightweight HTTP router that sticks to the std "net/http" implementation

v5.3.0

10 months ago

What's new?

  • Updated deps & general maintenance.

v5.2.0

3 years ago

What's new?

Added JSONStream helper method.

v5.1.0

3 years ago

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.

v5.0.5

4 years ago

What was fixed?

  • correct import path in examples.

v5.0.4

4 years ago

What was fixed?

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

v5.0.3

4 years ago

What was fixed?

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

v5.0.2

5 years ago

What was fixed?

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

v5.0.1

5 years ago

What was fixed?

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

v5.0.0

5 years ago

What's new?

v4.2.0

5 years ago

What's new?

Added encoding awareness to the DecodeJSON helper function.