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 657d139 commit 3f402f1Copy full SHA for 3f402f1
Changes
@@ -1,5 +1,7 @@
1
Revision history for JSON-Schema-Tiny
2
3
+{{$NEXT}}
4
+
5
0.023 2024-04-17 17:55:32Z
6
- remove use of JSON::MaybeXS, to avoid potential use of JSON::XS;
7
now we use Cpanel::JSON::XS or JSON::PP directly, using the same
lib/JSON/Schema/Tiny.pm
@@ -5,7 +5,7 @@ package JSON::Schema::Tiny;
# ABSTRACT: Validate data against a schema, minimally
# KEYWORDS: JSON Schema data validation structure specification tiny
8
-our $VERSION = '0.023';
+our $VERSION = '0.024';
9
10
use 5.020; # for unicode_strings, signatures, postderef features
11
use stable 0.031 'postderef';
0 commit comments