Skip to content

Releases: kiancchen/go-binding

v1.2.3

28 Aug 03:55
Compare
Choose a tag to compare
fix: got unexpected value from the invalid json

v1.2.2

21 Aug 13:13
Compare
Choose a tag to compare
fix: could not bind array of basic type in a struct in an array

v1.2.1

11 May 13:55
Compare
Choose a tag to compare
fix: program was panic if the convertor got nil

v1.2.0: Merge pull request #3 from kiancchen/fix_nil_array

13 Dec 10:03
51932ea
Compare
Choose a tag to compare
fix: array should be nil if the parameter was not inputted

v1.1.5

18 Apr 04:44
292bae2
Compare
Choose a tag to compare
Merge pull request #2 from kiancchen/fix_empty_array

v1.1.4

23 Mar 09:40
8137001
Compare
Choose a tag to compare
Merge pull request #1 from kiancchen/fix_empty_array

v1.1.3

01 Nov 08:56
Compare
Choose a tag to compare
fix: hasValue should be opposite to the isUnset

v1.1.2

10 Sep 05:11
Compare
Choose a tag to compare
fix: default value not work without bind tag; set pointer to nil whil…

v1.1.1

25 Aug 08:44
Compare
Choose a tag to compare
fix: didn't bind the parameter when use other bind tags but not the s…

v1.1.0

21 Aug 06:17
Compare
Choose a tag to compare
feat: support get params from the path; support auto bind fields with…