Releases: go-playground/form
Releases · go-playground/form
Release 4.3.0
What's Changed
- Improve issue #71: Optimize nested structure decoding performance by @Jecoms in #73
- updates by @deankarn in #74
- Update logo image source in README.md by @deankarn in #75
- Introduced official MSGV(Minimum Supported Go Version) of latest two versions.
New Contributors
Full Changelog: v4.2.3...v4.3.0
Release 4.2.3
What's Changed
- Revert "Fix panic when the decoding pointer type with custom decoding function" by @deankarn in #69
- retract breaking change by @deankarn in #70
Full Changelog: v4.2.2...v4.2.3
Release 4.2.2
What's Changed
- Fix panic when the decoding pointer type with custom decoding function by @adityarsuryavamshi in #68
New Contributors
- @adityarsuryavamshi made their first contribution in #68
Full Changelog: v4.2.1...v4.2.2
Release 4.2.1
What was fixed?
This updates the library to better handle and bubble up Slice/Array invalid index definition to avoid future confusion. See #60 as an example.
Release 4.2.0
Release 4.1.3
What was fixed?
- corrected error message for floats always being the first element.
Release 4.1.2
What was fixed?
Fix panic on map[string]interface{} encode, thanks @Exitialis for the PR
Release 4.1.1
What was fixed?
Fixed an out-of-bounds exception when a value exists but no parsable values.
Release 4.1.0
What's new?
Updated deps that now use Go Modules.
Release 4.0.0
What's new?
Updated to use Go Modules.