Releases: go-playground/form
Releases · go-playground/form
Release 1.2.0
Release 1.1.1
What's New?
- Added Fallback boolean values
on
,off
,yes
,no
,ok
that are not handled by the defaultstrconv.ParseBool(...)
Release 1.0
Welcome to the Release of form
parses url.Values and fills a struct with values, creating objects as necessary
Why another Form Parser
I was not satisfied with the shortcoming of some of the other libraries/packages out there i.e.
- No map support
- No pointer support (important for linked lists)
- Efficiency issues
- Needed a Form parser for lars, so now I have one to add.