Skip to content

Release 3.1.1

Choose a tag to compare

@deankarn deankarn released this 08 Apr 17:04
· 26 commits to master since this release
6b988ba

What was fixed?

in PR #32:

  • Corrected handling of array, not slice, values that can lead to
    a panic.
  • Rearranged logic to handle multiple values if index and non-index are
    mixed eg. Value=[]string{"1","2"} Value[2]=[]string{"3"}

this resolves #29 and #30