File tree 14 files changed +15
-13
lines changed
14 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for JSON-Schema-Draft201909
2
2
3
+ {{$NEXT}}
4
+
3
5
0.019 2020-12-08 18:40:10Z
4
6
- further improvements to the "terse" output format
5
7
- add_schema will now die with a Result object rather than a
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package JSON::Schema::Draft201909;
5
5
# ABSTRACT: Validate data against a schema
6
6
# KEYWORDS: JSON Schema data validation structure specification
7
7
8
- our $VERSION = ' 0.019 ' ;
8
+ our $VERSION = ' 0.020 ' ;
9
9
10
10
use 5.016; # for fc, unicode_strings features
11
11
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Annotation;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Contains a single annotation from a JSON Schema evaluation
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Document;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: One JSON Schema document
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Error;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Contains a single error from a JSON Schema evaluation
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Result;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Contains the result of a JSON Schema evaluation
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Utilities;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Internal utilities for JSON::Schema::Draft201909
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Base role for JSON Schema vocabulary classes
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Applicator;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Applicator vocabulary
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Content;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Content vocabulary
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Core;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Core vocabulary
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Format;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Format vocabulary
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::MetaData;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Meta-Data vocabulary
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package JSON::Schema::Draft201909::Vocabulary::Validation;
4
4
# vim: set ts=8 sts=2 sw=2 tw=100 et :
5
5
# ABSTRACT: Implementation of the JSON Schema Draft 2019-09 Validation vocabulary
6
6
7
- our $VERSION = ' 0.019 ' ;
7
+ our $VERSION = ' 0.020 ' ;
8
8
9
9
use 5.016;
10
10
no if " $] " >= 5.031009, feature => ' indirect' ;
You can’t perform that action at this time.
0 commit comments