github go-playground/form v2.2.1
Release 2.2.1

latest releases: v4.3.0, v4.2.3, v4.2.2...
8 years ago

What was fixed?

  • Added additional notes to RegisterCustomTypeFunc to indicate that if a struct type is registered a url.Value must exist explicitly for the struct and not just the fields.

eg. url.Values{"User":"Name%3Djoeybloggs"} will call the custom type function with User as the type, however url.Values{"User.Name":"joeybloggs"} will not.

Fixes #14

Don't miss a new form release

NewReleases is sending notifications on new releases.