Release 3.1.0
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.