Go Playground Form Versions Save

:steam_locomotive: Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.

v4.2.1

10 months ago

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.

v4.2.0

2 years ago

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

v4.1.3

3 years ago

What was fixed?

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

v4.1.2

3 years ago

What was fixed?

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

v4.1.1

4 years ago

What was fixed?

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

v4.1.0

4 years ago

What's new?

Updated deps that now use Go Modules.

v4.0.0

4 years ago

What's new?

Updated to use Go Modules.

v3.1.4

5 years ago

What was fixed?

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

v3.1.3

6 years ago

What was fixed?

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

v3.1.2

6 years ago

What was fixed?

Fixed bug introduced in v3.1.1 with array indexes