Sign in
◑
Theme
chromium
/
external
/
github.com
/
xeipuuv
/
gojsonschema
/
HEAD
« Previous
766f842
Merge pull request #138 from yuokada/fix/misspell
by xeipuuv
· 10 years ago
4f3c6af
Merge pull request #137 from yuokada/fix/gofmt
by xeipuuv
· 10 years ago
e1b427a
Fixed custom locale bug#119
by sgumpalli
· 10 years ago
5b71a6a
fix typo
by yuokada
· 10 years ago
865d89a
fix format
by yuokada
· 10 years ago
6b67b3f
Merge pull request #136 from git-lfs/io-loaders
by xeipuuv
· 10 years ago
21d0d72
Add a JSON writer loader
by risk danger olson
· 10 years ago
3ad00a1
Add a JSON reader loader
by risk danger olson
· 10 years ago
301a2b3
re-arrange string loader tests to test other loaders
by risk danger olson
· 10 years ago
f06f290
Merge pull request #131 from emosbaugh/loader-custom-filesystem
by xeipuuv
· 10 years ago
5760b62
Merge pull request #133 from johandorland/master
by xeipuuv
· 10 years ago
503fefc
Add a RWMutex to errorTemplates to make formatErrorDescription thread-safe.
by Johan Dorland
· 10 years ago
59f99eb
Merge pull request #132 from williambailey/patch-1
by xeipuuv
· 10 years ago
a85d60c
Map "regex" formatter to the correct `Checker`.
by William Bailey
· 10 years ago
6bfc183
Fix jsonReferenceLoader for custom filesystems
by emosbaugh
· 10 years ago
e18f006
Merge pull request #127 from ricardomaraschini/text-template
by xeipuuv
· 10 years ago
c0947c8
Added a note to README pointing to the text/template change
by Ricardo
· 10 years ago
32187ac
Using text/template to make Error translations
by Ricardo
· 10 years ago
3a08926
Merge pull request #125 from Genesor/fix-ResultError-interface
by xeipuuv
· 10 years ago
84d1964
Add String() to ResultError interface
by Benjamin De Bernardi
· 10 years ago
00f9faf
Merge pull request #121 from vovanec/patch-1
by xeipuuv
· 10 years ago
ba9331c
removed extra new line
by Volodymyr Kuznetsov
· 10 years ago
e9ac043
Added bytes loader that allows processing []byte
by Volodymyr Kuznetsov
· 10 years ago
3f368bb
Merge pull request #120 from stoplightio/master
by xeipuuv
· 10 years ago
07a7d12
- don't panic if a string's patter isn't a string.
by Tom Pytleski
· 10 years ago
2aca3de
fixed false validation error. positional array schemas are supposed to pass if the instance has too few items
by Stephen Searles
· 10 years ago
ef6b0a3
avoid url-encoded characters in file name
by pavel-letsiaha
· 10 years ago
4f624f6
Merge pull request #117 from stephensearles/master
by xeipuuv
· 10 years ago
29b238f
fixed false validation error. positional array schemas are supposed to pass if the instance has too few items
by Stephen Searles
· 10 years ago
e358931
fixing positional array validation. fixes #113
by Stephen Searles
· 10 years ago
e4f482d
Merge pull request #115 from pavel-letsiaha/patch-1
by xeipuuv
· 10 years ago
b1ee7d2
avoid url-encoded characters in file name
by pavel-letsiaha
· 10 years ago
0a98b2b
Merge pull request #114 from stephensearles/master
by xeipuuv
· 10 years ago
e978c54
fixing positional array validation. fixes #113
by Stephen Searles
· 10 years ago
66a3de9
Merge pull request #111 from stoplightio/master
by xeipuuv
· 10 years ago
deb6323
- add test for circular reference panic
by Tom Pytleski
· 10 years ago
8b39c62
- fix stack overflow panic with circular refs!
by Tom Pytleski
· 10 years ago
c539bca
Merge pull request #106 from piotrkowalczuk/master
by xeipuuv
· 10 years ago
c7df3b5
RegexFormatChecker, gofmt -s -w
by Piotr Kowalczuk
· 10 years ago
c395321
Merge pull request #105 from packrat386/fix_canonical_string
by xeipuuv
· 10 years ago
7cde51b
Fix incorrect canonical string comparison
by Aidan Coyle
· 10 years ago
8029392
Merge pull request #103 from yuichi1004/topic/implement_json_loader_interface
by xeipuuv
· 10 years ago
ac948b6
Make JSONLoader public to support cusotm json loader
by Yuichi Murata
· 10 years ago
d5336c7
Merge pull request #101 from s-urbaniak/filesystem
by xeipuuv
· 10 years ago
9c0294d
jsonLoader: add support for http.FileSystem
by Sergiusz Urbaniak
· 10 years ago
d3178ba
Merge pull request #100 from stoplightio/master
by xeipuuv
· 10 years ago
d0043fb
better handling of integers
by Tom Pytleski
· 10 years ago
93e72a7
Merge pull request #96 from gotschmarcel/master
by sigu-399
· 10 years ago
52a08ca
Merge pull request #97 from comstud/fix_wrong_nil_check
by sigu-399
· 10 years ago
b31634e
Fix always-false comparison
by Chris Behrens
· 11 years ago
8aaeab0
Add glide dependency file
by Marcel Gotsch
· 11 years ago
3988ac1
Merge pull request #91 from dsanader/fixhostname
by xeipuuv
· 11 years ago
a2096e0
Merge pull request #90 from dsanader/master
by xeipuuv
· 11 years ago
a481dcf
Fix typo...
by Dejan SANADER
· 11 years ago
1f650f0
Check label and full name length in hostname format
by Dejan SANADER
· 11 years ago
36d76f4
Fix validation of IPv4-mapped IPv6 addresses
by Dejan SANADER
· 11 years ago
613dfdb
Merge pull request #88 from lylex/bugfix-86-2
by xeipuuv
· 11 years ago
8a23b35
Fix a bug that has bad error msg when have exclusiveMaximum or
by Lyle Xu
· 11 years ago
eaefb5e
Merge pull request #85 from lylex/bugfix-81
by xeipuuv
· 11 years ago
883c8cf
Fix a bug that cause maximum/minimum validation bad error message
by Lyle Xu
· 11 years ago
ac45291
Merge pull request #76 from mickep76/master
by xeipuuv
· 11 years ago
bc8ead1
Add support for delimiter
by Michael Persson
· 11 years ago
32ec3b3
ECMA safe values
by sigu-399
· 11 years ago
9525560
better validation of integer types
by sigu-399
· 11 years ago
417d870
Wraps internalLog calls with internalLogEnabled
by sigu-399
· 11 years ago
ce63822
Use a decoder instead of Unmarshall for JSON parsing.
by sigu-399
· 11 years ago
888f4e6
Merge pull request #68 from slapresta/fix-numbers-error-description
by xeipuuv
· 11 years ago
665037f
Fix error description when numbers are interpolated
by Santiago Lapresta
· 11 years ago
987b638
Merge pull request #65 from brandur/uuid-format
by xeipuuv
· 11 years ago
5c5e1f5
Add support for "uuid" format
by Brandur
· 11 years ago
ca1c3bf
Merge pull request #63 from dgolub/master
by xeipuuv
· 11 years ago
f29b32a
Add special handling for file URL scheme on Windows
by David Golub
· 11 years ago
eb966db
Merge pull request #59 from kwapik/master
by xeipuuv
· 11 years ago
c012646
Extra character trim bugfix
by Krzysztof Kwapisiewicz
· 11 years ago
a15f457
Merge pull request #58 from cristiangraz/hotfix/error-types
by xeipuuv
· 11 years ago
4b88877
Fix LTE/GTE mismatched errors. Add unit tests to verify error types
by Cristian Graziano
· 11 years ago
6ea07b2
Update README.md
by xeipuuv
· 11 years ago
9477be3
Merge pull request #57 from cristiangraz/feature/format
by xeipuuv
· 11 years ago
c9bed9f
Rename formatters.go -> format_checkers.go. Update README example
by Cristian Graziano
· 11 years ago
007aa8f
Add FormatCheckers for all default 'format' types defined in the spec
by Cristian Graziano
· 11 years ago
b5e2079
Add support for email format as well as the ability to define custom formatters
by Cristian Graziano
· 11 years ago
ef1f5aa
Merge pull request #52 from cristiangraz/feature/error-handling
by xeipuuv
· 11 years ago
fd1ad30
Enhance error context and support for custom locales
by Cristian Graziano
· 11 years ago
71b85f6
Merge pull request #47 from binary132/fix-readme
by xeipuuv
· 12 years ago
c5eedb1
Correct broken links in README, add .gitignore
by Bodie Solomon
· 12 years ago
b2db4d2
fixing https://github.com/xeipuuv/gojsonschema/issues/44 : JSONLoader
by sigu-399
· 12 years ago
82b384e
Merge branch 'master' of https://github.com/xeipuuv/gojsonschema
by sigu-399
· 12 years ago
80b1db4
fix for issue https://github.com/xeipuuv/gojsonschema/issues/20
by sigu-399
· 12 years ago
b163568
Update README.md
by xeipuuv
· 12 years ago
3604151
Update README.md
by xeipuuv
· 12 years ago
842aed5
Merge branch 'master' of https://github.com/xeipuuv/gojsonschema
by sigu-399
· 12 years ago
5417a76
Update README.md
by xeipuuv
· 12 years ago
d875f37
Merge branch 'master' of https://github.com/xeipuuv/gojsonschema
by sigu-399
· 12 years ago
9389d4c
disabled logger
by sigu-399
· 12 years ago
3a32537
Update README.md
by xeipuuv
· 12 years ago
be0ef99
Update README.md
by xeipuuv
· 12 years ago
039c3ea
Update README.md
by xeipuuv
· 12 years ago
9bacf89
Merge branch 'master' of https://github.com/xeipuuv/gojsonschema
by sigu-399
· 12 years ago
37d2817
updated
by sigu-399
· 12 years ago
ca27e25
updated readme
by sigu-399
· 12 years ago
Next »