Skip to content

Releases: go-playground/form

Release 4.3.0

11 Oct 17:34
3079d9a

Choose a tag to compare

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

21 Mar 14:58
844daf6

Choose a tag to compare

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

19 Mar 03:54
1f24742

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.1...v4.2.2

Release 4.2.1

13 Jul 16:36
8785d3c

Choose a tag to compare

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

08 Jul 05:00
ff1560b

Choose a tag to compare

What's new?

  • Add setting use brackets as a namespace separator, thanks @alxfv for the PR
  • Fix panic when we encode uncomparable fields with omitempty tag, thanks @alxfv for the PR

Release 4.1.3

28 Feb 18:35
e56bbb1

Choose a tag to compare

What was fixed?

  • corrected error message for floats always being the first element.

Release 4.1.2

28 Feb 17:36
6f87027

Choose a tag to compare

What was fixed?

Fix panic on map[string]interface{} encode, thanks @Exitialis for the PR

Release 4.1.1

17 Nov 18:37
ff1a304

Choose a tag to compare

What was fixed?

Fixed an out-of-bounds exception when a value exists but no parsable values.

Release 4.1.0

11 Nov 17:33
5c5278d

Choose a tag to compare

What's new?

Updated deps that now use Go Modules.

Release 4.0.0

18 Oct 14:14
4eaa6e8

Choose a tag to compare

What's new?

Updated to use Go Modules.