Commit Graph

64 Commits

Author SHA1 Message Date
70f280f880 Added support for unsigned integers in binding parameters of form posts. Also changed parsing of integer fields to take into account the size of the fields. 2015-02-09 15:13:05 -08:00
5dad47bca2 Merge pull request #188 from gin-gonic/fix-binding
Fix unexported field detection
2015-02-07 14:38:40 +01:00
d936320e0e Sync master into develop
- Add 265faff4ba
- Update "github.com/julienschmidt/httprouter" version in Godeps
- Add 28b9ff9e34
2015-02-04 12:56:19 +01:00
6d92063b99 Fix unexported field detection 2015-01-01 16:22:02 +01:00
dcad0df8f7 Fix binding.go panic 2014-11-11 08:43:48 +01:00
e36f2945bb Validate should ignore unexported struct fields. 2014-10-07 01:52:18 +04:00
c4237c363c Merge remote-tracking branch 'upstream/master' into validate 2014-09-17 11:45:55 +02:00
8e5397bfa0 Adds in-code license 2014-08-29 19:49:50 +02:00
d7f4db4ad3 Added reference to parent structs 2014-08-22 15:54:26 +02:00
06e9f94970 Added nil check for embedded structs 2014-08-22 15:32:41 +02:00
e2242b59e6 Fixes "Can't unmarshal JSON array with #63" 2014-07-13 00:17:01 +02:00
d90868e5bd Adds FORM bindings 2014-07-05 02:44:32 +02:00
9634a38704 New bindings for JSON, XML and form parsing and validation 2014-07-04 23:28:50 +02:00
1aa3216303 Some work around bindings. it may do not compile 2014-07-03 19:19:06 +02:00