The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension JSV

0.08 2016-05-19T09:48:57Z

    - Fixed recursive resolution to JSON Reference with Data::Walk 2.0x

0.07 2015-11-05T13:06:30Z

    - Test::JSV::Suite passes each test case to callback
    - Fixed uniqueItems bug via perl hash keys sorting (Thanks by ar-tama)

0.06 2015-08-25T15:20:55Z

    - Support relative URI for JSON reference

0.05 2015-08-24T08:24:22Z

    - Add schema_pointer and schema_pointer_history fields into JSV::Context for improving debugging (Thanks by yoshizow)
    - Fixed https://github.com/zigorou/perl-JSV/issues/36

0.04 2015-08-03T05:53:27Z

    - Support date format (Thanks by addsict a.k.a fumin)

0.03 2015-07-23T12:04:45Z

    - JSV::Reference get_schema method will die when unregistered uri is provided (Thanks by i110)
    - Test::JSV::Suite supports skip_test_cases feature
    - (TODO) Skipping relative-URI test case in draft-04/suite/optional/format.t 

0.02 2015-05-20T06:05:48Z

    - original version