All Versions
12
Latest Version
Avg Release Cycle
125 days
Latest Release
1528 days ago

Changelog History
Page 1

  • v5.2.0 Changes

    November 19, 2020

    What's new?

    ➕ Added JSONStream helper method.

  • v5.1.0 Changes

    July 02, 2020

    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 Changes

    November 11, 2019

    🛠 What was fixed?

    • correct import path in examples.
  • v5.0.4 Changes

    November 11, 2019

    🛠 What was fixed?

    • 🛠 Fixed Go Modules version + imports.
    • ⚡️ Updated deps to their Go Modules counterparts.
  • v5.0.3 Changes

    May 22, 2019

    🛠 What was fixed?

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

  • v5.0.2 Changes

    May 13, 2019

    🛠 What was fixed?

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

  • v5.0.1 Changes

    May 13, 2019

    🛠 What was fixed?

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

  • v5.0.0 Changes

    May 11, 2019

    What's new?

  • v4.2.0 Changes

    May 10, 2019

    What's new?

    ➕ Added encoding awareness to the DecodeJSON helper function.

  • v4.1.1 Changes

    June 25, 2017

    🛠 What was fixed?

    • Corrected bug in Group logic whereby the top level middleware was being copied, rather than the RouteGroup's middleware (which may be the top level also and why it wasn't found until now); it only became apparent will multiple levels of Grouping.