Releases: kiancchen/go-binding
Releases · kiancchen/go-binding
v1.2.3
fix: got unexpected value from the invalid json
v1.2.2
fix: could not bind array of basic type in a struct in an array
v1.2.1
fix: program was panic if the convertor got nil
v1.2.0: Merge pull request #3 from kiancchen/fix_nil_array
fix: array should be nil if the parameter was not inputted
v1.1.5
Merge pull request #2 from kiancchen/fix_empty_array
v1.1.4
Merge pull request #1 from kiancchen/fix_empty_array
v1.1.3
fix: hasValue should be opposite to the isUnset
v1.1.2
fix: default value not work without bind tag; set pointer to nil whil…
v1.1.1
fix: didn't bind the parameter when use other bind tags but not the s…
v1.1.0
feat: support get params from the path; support auto bind fields with…