We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7922e28 commit 98fd5caCopy full SHA for 98fd5ca
Changes
@@ -1,5 +1,7 @@
1
Revision history for JSON-Schema-Tiny
2
3
+{{$NEXT}}
4
+
5
0.019 2023-01-08 19:54:14Z
6
- fix warning when using a $ref to a URI with no fragment
7
- update test skip list for latest release of the test suite
lib/JSON/Schema/Tiny.pm
@@ -4,7 +4,7 @@ package JSON::Schema::Tiny;
# ABSTRACT: Validate data against a schema, minimally
# KEYWORDS: JSON Schema data validation structure specification tiny
-our $VERSION = '0.019';
+our $VERSION = '0.020';
8
9
use 5.020; # for unicode_strings, signatures, postderef features
10
use experimental 0.026 qw(signatures postderef args_array_with_signatures);
0 commit comments