Ruby JSON Schema Validator v2.5.0 Release Notes

Release Date: 2014-12-03 // over 9 years ago
  • Full Changelog

    Closed issues:

    • โž• additionalProperties and $ref are not working together #185
    • Dependencies #179
    • ๐Ÿ‘‰ Use Addressable for handling URIs? #173
    • โœ… Full support for the common test suite #163
    • โœ‚ Remove yajl-Ruby support in favour of multi_json #162
    • โฌ‡๏ธ Drop support for email and hostname formats #159
    • format: date-time validator isn't leap-second compliant #123
    • Symbol keys not handled in combination with additionalProperties #108
    • When extending a schema in folder names with spaces #100
    • Enhancing schema draft #99
    • ๐Ÿ’Ž Doesn't work in JRuby (1.7.10 or 1.7.6) with --1.8 #95
    • ๐Ÿ‘Œ Support for string "format" attribute #79
    • โœ… Provide secure way of testing #77
    • Breaks with multi_json 1.7.9 (works with 1.7.7) #73
    • โž• additionalProperties and extends don't work together #31
    • ๐Ÿš€ Next minor release (2.5.0) #202

    ๐Ÿ”€ Merged pull requests:

    • โž• Added bundler gem management rake tasks #211 (iainbeeston)
    • ๐Ÿ”จ Refactored parser error code #210 (iainbeeston)
    • WebMock is on globally now; no need to disable it #208 (pd)
    • โž• Addressable spring clean #199 (iainbeeston)
    • โœ… Tidied the common test suite tests #197 (iainbeeston)
    • โœ‚ Remove "no dependencies" claim from README #194 (pd)
    • โœ‚ Remove unused Schema#base_uri method #193 (pd)
    • โšก๏ธ Updated the common test suite #191 (iainbeeston)
    • ๐Ÿ‘‰ Use unescape for paths before reading files #188 (RST-J)
    • ๐Ÿ— Use the new build env on Travis #187 (joshk)
    • 0๏ธโƒฃ oneOf and anyOf errors where default values are present #181 (tonymarklove)
    • Only stringify schema once #180 (treppo)
    • ๐Ÿ”จ Refactor ref schema URI construction. #177 (gabrielg)
    • โœ… Use RFC 2606 reserved invalid DNS name in tests. #176 (gabrielg)
    • ๐Ÿ‘‰ Use Addressable gem to handle URIs #174 (RST-J)
    • General cleanup, mostly focused on attributes/* #172 (pd)
    • โœ… Extend common-test-suite to ignore individual test cases #171 (mpalmer)
    • โž• Added some tests around file uris #169 (iainbeeston)
    • โž• Add some test helpers for common patterns #168 (pd)
    • โœ‚ Removed multijson license #167 (iainbeeston)
    • โž• Add mailing list and IRC channel #166 (hoxworth)
    • ๐Ÿ›  Fix draft3 disallow validation #165 (pd)
    • Enable refremote specs #164 (pd)
    • ๐Ÿ›  Fix for relative ref with fragment identifier on Windows #109 (jlblcc)
    • Any ref issue #200 (RST-J)
    • ๐Ÿ›  Fix test runs for optional dependencies #196 (iainbeeston)
    • JSON::Schema::Reader #175 (pd)