Skip to content

Release 3.1.0

Choose a tag to compare

@deankarn deankarn released this 04 Feb 18:04
· 28 commits to master since this release
7fecd71

What was added

  • Added setting for string form value into interface{} values; previously they were ignored. thanks @Xzya for the issue

Why only string and not int, float etc...?
Because theres no way to tell what type the value should be; just because it CAN be parsed into an int, doesn't mean it should be for your application and so I have left it at setting strings.