Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: zigorou/perl-JSV

Tags

0.08

Toggle 0.08's commit message
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

0.07

Toggle 0.07's commit message
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)

0.06

Toggle 0.06's commit message
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

0.05

Toggle 0.05's commit message
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)

0.04

Toggle 0.04's commit message
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)

0.03

Toggle 0.03's commit message
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

0.02

Toggle 0.02's commit message
Checking in changes prior to tagging of version 0.02.

Changelog diff is:

diff --git a/Changes b/Changes
index ec7f543..1b02743 100644
--- a/Changes
+++ b/Changes
@@ -2,5 +2,7 @@ Revision history for Perl extension JSV

 {{$NEXT}}

+0.02 2015-05-20T06:05:48Z
+
     - original version

0.1

Toggle 0.1's commit message
add register_schema, unregister_schema on JSV::Validator