form v2.2.1 Release Notes

Release Date: 2017-02-13 // about 7 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