Evgeniy Kulikov
|
f49d166e6f
|
[FIX] Cleanup code (#1061)
Code cleanup
|
2018-02-21 10:44:17 -08:00 |
|
Vishal Rana
|
70c18060bd
|
Fixed #988, Closed #989
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-08-14 21:48:19 -07:00 |
|
Vishal Rana
|
b42edd791f
|
Closes #980
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-08-02 23:16:11 -07:00 |
|
Guilherme Oenning
|
f8c3008787
|
Request: New bind property for route parameters (#973)
* bind route params
* rename to bindPathData
|
2017-07-25 07:22:19 -07:00 |
|
Christopher Probst
|
f3f3e99ba3
|
Add pointer binding of proper types to DefaultBinder (#915)
|
2017-04-28 11:07:20 -07:00 |
|
Vishal Rana
|
b218599906
|
Fixed #864 (#865)
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-02-28 12:04:29 -08:00 |
|
Vishal Rana
|
29fd5831ff
|
Fixed test
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2017-02-22 15:57:12 -08:00 |
|
Jonathan Hall
|
ed7353cf60
|
Fix binding of untagged struct fields (#812)
* Add failing test
A BindUnmarshaler struct with no tag is not decoded properly.
* Fix binding of untagged structs
|
2017-01-15 23:13:46 -08:00 |
|
Jonathan Hall
|
9cdc439f34
|
Support BindUnmarshaler for basic types (#786)
* Add a failing test for #784
* Change ordering of unmarshaler, to handle BindUnmarshalers first
* Add test for arrays of BindUnmarshalers
|
2016-12-23 10:01:42 -08:00 |
|
Vishal Rana
|
c848119eef
|
fixed #763
Signed-off-by: Vishal Rana <vr@labstack.com>
|
2016-12-15 11:08:56 -08:00 |
|