Ruby JSON Schema Validator v2.5.1 Release Notes

Release Date: 2015-02-23 // about 9 years ago
  • Full Changelog

    Closed issues:

    • Passing in a fragment with an even number of tokens can lead to undefined method `validate' for #<Hash...> #265
    • Absoluteness correction #233
    • Consider releasing 2.5.1 #227

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Ignore fragments in schema caching. Fixes #233 #234 (jphastings)
    • Only add violating properties to error message for strict validation #230 (RST-J)
    • ๐Ÿ‘‰ Show sub-errors for oneOf #216 (isage)
    • โšก๏ธ Update README - latest version is currently 2.5.0 #215 (take)
    • End single quote in validation error #213 (olleolleolle)
    • โž• add description for nested types array and object #212 (brancz)
    • โšก๏ธ Updated to addressable 2.3.7 #226 (iainbeeston)
    • โšก๏ธ Made sure we really do update the common test suite before test runs #224 (iainbeeston)
    • โž• Added Ruby 2.2 to the build matrix #223 (iainbeeston)
    • ๐Ÿ“‡ Renamed variable in oneOf to avoid name clash #221 (iainbeeston)
    • Issue with Fixnum and Float in enum #219 (RST-J)