145 Commits (coreydaley-patch-1)
 

Author SHA1 Message Date
Corey Daley 0ee54326c9
Merge branch 'main' into coreydaley-patch-1 1 year ago
Apoorva Jagtap 212775c4b7
[GPT-98] Update go version & add verification/testing tools (#200) 1 year ago
Corey Daley 1eb464914a
Delete .circleci directory 1 year ago
Corey Daley 888a984e37
Merge pull request #197 from gorilla/coreydaley-patch-1 2 years ago
Corey Daley 533474fd7f
Update README.md 2 years ago
Matt Silverlock f76c5fbfd2
archive mode 2 years ago
Tim Khametov 8285576f31
[bug] Registered encoder doesn't work for struct pointer types (#174) 4 years ago
Matt Silverlock c1a93f6012
build: fix config.yml (#150) 4 years ago
Matt Silverlock ef8b0de3da
docs: remove travis badge (#149) 4 years ago
Matt Silverlock 8f85fcd175
doc: Update README CI badge (#148) 4 years ago
Matt Silverlock 43d53baeef
build: use build matrix; drop Go <= 1.10 (#147) 4 years ago
Rafal Zajac 7f62815760
Fixes #141 (#142) 4 years ago
Grzegorz Wyszyński 0cfe0ec13b
fixed panic on pointers to embedded structs (#139) 4 years ago
kucherenkovova 61751c9687 fixed decoding for "required" struct fields (#126) 5 years ago
Matt Silverlock 6f159e384b
Create release-drafter.yml (#125) 6 years ago
Matt Silverlock b89707bc21
Update config.yml (#123) 6 years ago
Matt Silverlock a229f532e3
Create config.yml (#122) 6 years ago
Kamil Kisiel d768c70209
Update travis.yml 6 years ago
Kamil Kisiel 124d17ef95
Merge pull request #114 from shkw/fine-grained-decoding-error 6 years ago
Shinya Kawaguchi e92c144543 Update a test expectation to fix a test failure 6 years ago
Shinya Kawaguchi 7e58d97570 Merge branch 'master' into fine-grained-decoding-error 6 years ago
Igor Rybak b972fc2cc5 When required field in embedded structure is missing, validation returns incorrect error (#115) 6 years ago
Shinya Kawaguchi b4aa171a4e Return more comprehensive decoding error 6 years ago
Shinya Kawaguchi a9df214704 Return error when source map for decoding contains ambiguous keys 6 years ago
Shinya Kawaguchi 6889f4891b Introduce EmptyFieldError 6 years ago
Shinya Kawaguchi c68c938b87 Introduce UnknownKeyError 6 years ago
Matt Silverlock 1618f054dd
Update and rename stale to stale.yml (#112) 6 years ago
Matt Silverlock 864f9b4b21 Add stalebot config (#111) 6 years ago
Jonas da8e73546b [docs] Reassigning value in example (#110) 6 years ago
Kamil Kisiel 3750db5a77
README.md: Update site URL 6 years ago
Bora M. Alper e0e4b92809 introduced "required" tag in the example (#107) 7 years ago
Emil Davtyan d0e4c24cff Fix handling of empty value. (#104) 7 years ago
Emil Davtyan b0e8c201c7 Fix slice of structs TextUnmarshaler. (#103) 7 years ago
Emil Davtyan afe77393c5 Fix slice TextUnmarshaler. (#99) 7 years ago
Fredrik Forsmo 4663607285 Add support for nested struct pointers #87 (#92) 7 years ago
Leon Bogaert 9fa3b6af65 Make custom encoder take precedence before looping throught struct fields (#89) 7 years ago
Kamil Kisiel 99b3433ef3 Support more types in encoder custom type zero comparison. (#98) 7 years ago
Hanjun Kim e929b54922 doc: fixed typo (#96) 7 years ago
Fredrik Forsmo e6c82218a8 Fix omitempty for encoding (#91) 7 years ago
Tim Schaub 693523c4a6 [docs] Add commas, fix typo (#90) 7 years ago
Kamil Kisiel 8b1100835d Make registered converters take priority over TextUnmarshaler. (#85) 8 years ago
Azuka Okuleye ca549c5484 UnmarshalText precedence with tests (#84) 8 years ago
Yoshiki Nakagawa 1c72d03347 fixed typo (#81) 8 years ago
Kamil Kisiel f3c8089341 Merge pull request #74 from melting/encode_alias_tag 8 years ago
Kamil Kisiel d6c7fa2b55 Merge pull request #79 from rwl/map-converter 8 years ago
Kamil Kisiel bf6c6e7287 Merge pull request #77 from gorilla/encoder-errors 8 years ago
Richard Lincoln 2d4b2a5e91 Adding test for registering a map field converter. 8 years ago
Richard Lincoln f757102d3b Checking for registered converters when creating structInfo. 8 years ago
Kamil Kisiel 14a03ae69d Remove Go 1.3 and 1.4 from travis.yml 8 years ago
Kamil Kisiel 707f0aea57 Return nil error from Encoder when there are no errors. 8 years ago