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