Tags: zigorou/perl-JSV
Tags
Checking in changes prior to tagging of version 0.08. Changelog diff is: diff --git a/Changes b/Changes index 2947207..d5dbde6 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension JSV {{$NEXT}} +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
Checking in changes prior to tagging of version 0.07. Changelog diff is: diff --git a/Changes b/Changes index d8179ee..2947207 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension JSV {{$NEXT}} +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)
Checking in changes prior to tagging of version 0.06. Changelog diff is: diff --git a/Changes b/Changes index 5b217a8..86a6c00 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension JSV {{$NEXT}} +0.06 2015-08-25T15:20:55Z + - Support relative URI for JSON reference 0.05 2015-08-24T08:24:22Z
Checking in changes prior to tagging of version 0.05. Changelog diff is: diff --git a/Changes b/Changes index ddc0fee..82aecb3 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for Perl extension JSV {{$NEXT}} +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 #36 + 0.04 2015-08-03T05:53:27Z - Support date format (Thanks by addsict a.k.a fumin)
Checking in changes prior to tagging of version 0.04. Changelog diff is: diff --git a/Changes b/Changes index 3739bb7..ddc0fee 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension JSV {{$NEXT}} +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)
Checking in changes prior to tagging of version 0.03. Changelog diff is: diff --git a/Changes b/Changes index 1b02743..3739bb7 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for Perl extension JSV {{$NEXT}} +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