1. b076d39 Fix syntax error in meta-schema validation example snippet by per1234 · 3 years, 6 months ago master
  2. 065759f make UUID regex case-insensitive by Christoph Armster · 4 years ago
  3. b537c05 Fix format checking failed when the input type is unexpected (#283) by kiootic · 4 years, 3 months ago
  4. 001aa27 Support for custom formats on all primitive types (#280) by quint daenen · 4 years, 5 months ago
  5. 82fcdeb Fix filepath with spaces not working by unescaping the file URI before by Johan Dorland · 4 years, 7 months ago v1.2.0
  6. 66521ed Update .travis.yml by Johan Dorland · 4 years, 7 months ago
  7. 6a016cf changed way of assertion by Damian Badura · 4 years, 8 months ago
  8. 848af29 change type checking to compatible in library by Damian Badura · 4 years, 8 months ago
  9. e016113 add check for schema asssertion by Damian Badura · 4 years, 8 months ago
  10. be09369 Add native support for true and false schema by Johan Dorland · 4 years, 8 months ago
  11. d5a76c7 Rewrite "additionalProperties" validation logic and fix the context when a schema inside "additionalProperties" produces an error by Johan Dorland · 4 years, 8 months ago
  12. 9486476 Remove all functions on *subSchema as they are used at most once anyway by Johan Dorland · 4 years, 8 months ago
  13. 357c7aa init go mod by Marcel Hernandez · 4 years, 9 months ago
  14. 16a6735 Require the format keyword to be of type string, restructure some of by Johan Dorland · 4 years, 10 months ago
  15. b0c64e0 - Always return (exclusive)minimum/maximum as big.Float in the err.ErrorDetails() by Johan Dorland · 4 years, 10 months ago
  16. 152a7d4 Fix extremely slow checking unique items in array by Alexander Valinurov · 5 years ago
  17. 354ad34 Fix a race condition that can occur when a new format is registered by Johan Dorland · 5 years ago
  18. 6b940e3 golint: omit redundant type errorTemplate from declaration by Sebastiaan van Stijn · 5 years ago
  19. f39db2b unhandled error in parseSchema by Sebastiaan van Stijn · 5 years ago
  20. 332c457 golint: capitalize acronyms by Sebastiaan van Stijn · 5 years ago
  21. 5fcca16 golint: add GoDoc for exported types and functions by Sebastiaan van Stijn · 5 years ago
  22. 7bb655a Fix signature of NewRawLoader to return a JSONLoader by Sebastiaan van Stijn · 5 years ago
  23. 1d69a69 ineffassign: ineffectual assignment to err by Sebastiaan van Stijn · 5 years ago
  24. 2fb01b2 golint: if block ends with a return statement by Sebastiaan van Stijn · 5 years ago
  25. 26a3628 golint: don't use underscores in Go names by Sebastiaan van Stijn · 5 years ago
  26. 78ffcbd gofmt draft.go by Sebastiaan van Stijn · 5 years ago
  27. 6c00ba4 CI: add Go 1.11, 1.12, and remove Go < 1.10 by Sebastiaan van Stijn · 5 years ago
  28. 55a8ce4 Remove some redundant whitespace and comments by Sebastiaan van Stijn · 5 years ago
  29. 4775c42 More idiomatic checks, and some minor reformatting by Sebastiaan van Stijn · 5 years ago
  30. b4db7a9 README: add go report card badge by Sebastiaan van Stijn · 5 years ago
  31. f971f3c Replace big.Float by big.Rat by Johan Dorland · 5 years ago v1.1.0
  32. cdd33d0 Update documentation and add draft crossreference test by Johan Dorland · 5 years ago
  33. 7cd9691 Add an extra test for schema detection and fix some bugs by Johan Dorland · 6 years ago
  34. e8d857c Add support for custom metaschemas using $schema by Johan Dorland · 6 years ago
  35. 42c3b50 Disable certain features if a specific draft is used by Johan Dorland · 6 years ago
  36. c813aa8 Handle (exclusive)minimum/maximum with different drafts by Johan Dorland · 6 years ago
  37. daa7675 Fully integrate draft version detection by Johan Dorland · 6 years ago
  38. 2f08306 First work to implement draft differentiation by Johan Dorland · 6 years ago
  39. ac52e68 Add indexes not unique array items to error details by Andrey Ustinov · 5 years ago
  40. f3a9dae Removed if statement in result.go by Will-MingLun-Li · 6 years ago
  41. f58b4a9 Fix Travis build by Johan Dorland · 6 years ago
  42. 5de2870 Test on multiple go versions and skip tests on Go 1.5 and 1.6 to prevent format tests from failing. by Johan Dorland · 6 years ago
  43. cfe941a Adds all previously unimplemented formats as defined by draft-07 except for "idn-hostname". by Johan Dorland · 6 years ago
  44. a33b57b Fix tests on Windows by Johan Dorland · 6 years ago
  45. da425eb Update documentation and fix a type in a test by Johan Dorland · 6 years ago v1.0
  46. cf97511 Add an intermediate SchemaLoader object that allows for the manual adding of additional schemas. by Johan Dorland · 6 years ago
  47. 6cd6dcb Use the entire URI, rather than just the path when reading files from the filesystem. by Johan Dorland · 6 years ago
  48. b84684d Fix patternProperties bug (#207) by Matias.Barrios · 6 years ago
  49. 1d52303 all: gofmt by ia · 6 years ago
  50. 9ff6d6c Add an extra parsing pass to properly resolve $id and $ref references. (#196) by Johan Dorland · 6 years ago
  51. 2c8e4be Merge branch 'frol-kr-Tests-values-max-int64-for-integer-type' by Johan Dorland · 6 years ago
  52. 04bdf37 int fixed by Frol Kruchkov · 6 years ago
  53. 0e1af88 int64 rounding fixed by Frol Kruchkov · 6 years ago
  54. 46f9af1 int64 max/min values tests added by Frol Kruchkov · 6 years ago
  55. ea20b12 Basic Draft06 + Draft07 Support (#180) by Johan Dorland · 6 years ago
  56. 8bcffc8 Merge branch 'hoshsadiq-master' by Johan Dorland · 6 years ago
  57. a85afca PR Changes by Hosh Sadiq · 6 years ago
  58. ad28024 make jsonContext public + improve result.AddError by Hosh Sadiq · 6 years ago
  59. a5881c7 Add public Result.AddError method by Hosh Sadiq · 6 years ago
  60. 418464d Allow external use of AddError by Hosh Sadiq · 6 years ago
  61. 70e5934 Merge pull request #177 from hoshsadiq/master by xeipuuv · 6 years ago
  62. 67a4203 Merge pull request #172 from johandorland/float by xeipuuv · 6 years ago
  63. c02fa6b Merge pull request #176 from jbirch/master by xeipuuv · 6 years ago
  64. 6b57122 Fix tests by Hosh Sadiq · 6 years ago
  65. 4c91039 Merge errors for then/else + fix error description by Hosh Sadiq · 6 years ago
  66. 6664329 Add support for if/then/else by Hosh Sadiq · 6 years ago
  67. 35fe65b Don't attempt to set a version of testify to work around https://github.com/Masterminds/glide/issues/741 by Jason Birch · 6 years ago
  68. 5d8ca14 Move stretchr/testify to an explicit test dependency with corrected version number by Jason Birch · 6 years ago
  69. 5a5ca1a Bump up Go version to 1.5 and update dependencies by Johan Dorland · 6 years ago
  70. b48c621 Use math/big.Float instead of float64 to prevent rounding errors by Johan Dorland · 6 years ago
  71. 511d08a Merge pull request #161 from notjames/schema-excptn-bug by xeipuuv · 6 years ago
  72. b7d5174 Merge pull request #171 from johandorland/idrefparsing by xeipuuv · 6 years ago
  73. 8ceb7b8 Merge pull request #169 from ashb/allow-pointers-on-loader-source by xeipuuv · 6 years ago
  74. 2903842 Merge pull request #167 from maxibanki/patch-1 by xeipuuv · 6 years ago
  75. 83a7f63 Implement id parsing in conjuction with $ref fixes by Johan Dorland · 6 years ago
  76. 6637feb Allow "#/path" pointers on Loader sources by Ash Berlin-Taylor · 6 years ago
  77. 74a5b03 Added GoDoc badge by Max Schmitt · 6 years ago
  78. 212d8a0 Merge pull request #164 from stoplightio/master by xeipuuv · 7 years ago
  79. 270ff91 - ignore any format's that aren't defined: https://spacetelescope.github.io/understanding-json-schema/reference/string.html#format by Tom Pytleski · 7 years ago
  80. 3f523f4 Merge pull request #163 from chrisdostert/master by xeipuuv · 7 years ago
  81. 9382a30 BUGFIX: template var used to dereference the proper exception value. Disambiguated STRING_SCHEMA const by Jim Conner · 7 years ago
  82. c8bf4a9 Added example of usage on Number format and fixed interface sample by Ricardo · 7 years ago
  83. 3372ff1 Added tests coverage for number format check by Ricardo · 7 years ago
  84. 8cfd055 Removed check for String type when running FormatChecker by Ricardo · 7 years ago
  85. 90a5d08 Added option to check format also on numbers by Ricardo · 7 years ago
  86. 0c8571a Merge pull request #154 from rrenganathan/ValidateSchemaSyntax by xeipuuv · 7 years ago
  87. 4484cf5 Merge pull request #152 from chrisdostert/uri-reference-format by xeipuuv · 7 years ago
  88. 507c9be Added check for Parse Error by Ranjani Renganathan · 7 years ago
  89. bb168f6 updated by Ranjani Renganathan · 7 years ago
  90. 2324f49 added "fmt" in imports by Ranjani Renganathan · 7 years ago
  91. 138e087 Error messaging for Schema by Ranjani Renganathan · 7 years ago
  92. 8a8cc2c feat) add json schema v6 uri-reference format #126 by Chris Dostert · 7 years ago
  93. a55c211 Merge pull request #148 from freakingawesome/include-context-in-error-templates by xeipuuv · 7 years ago
  94. 8cbc83b Include Context.String() as parameter for error messages by Chad Gilbert · 7 years ago
  95. 20fdae5 Merge pull request #147 from freakingawesome/error-template-funcs by xeipuuv · 7 years ago
  96. c134c18 Add ErrorTemplateFuncs mention in README by Chad Gilbert · 7 years ago
  97. 1aab3b5 Add ability to specify error template functions by Chad Gilbert · 7 years ago
  98. 702b404 Merge pull request #142 from drrossum/fix-ResultErrorValue by xeipuuv · 7 years ago
  99. a0e1d18 pass single value out of value map into newError by Daniel R. van Rossum · 7 years ago
  100. ff0417f Merge pull request #139 from sgumpalli/master by xeipuuv · 7 years ago