Skip to content

Releases: go-playground/form

Release 4.2.1

13 Jul 16:36
8785d3c
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's new?

Updated deps that now use Go Modules.

Release 4.0.0

18 Oct 14:14
4eaa6e8
Compare
Choose a tag to compare

What's new?

Updated to use Go Modules.

Release 3.1.4

03 Feb 01:53
c78c4d6
Compare
Choose a tag to compare

What was fixed?

Fixed an array/slice index issue for the custom decode function, thanks @vearutop for reporting the issue

Release 3.1.3

10 Apr 05:15
572fa77
Compare
Choose a tag to compare

What was fixed?

Fixed encoder issue when omitempty used in combination with a pointer. see #34 for details, thanks @mifanich for reporting

Release 3.1.2

08 Apr 18:26
Compare
Choose a tag to compare

What was fixed?

Fixed bug introduced in v3.1.1 with array indexes