Skip to content

Commit c1aac07

Browse files
JSON-Schema-Tiny-0.021
- fix bad handling of empty patterns in "pattern", "patternProperties" keywords - use bignum calculations for any non-integer in "multipleOf", to better handle overflows on older architectures
1 parent 695f073 commit c1aac07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for JSON-Schema-Tiny
22

3-
{{$NEXT}}
3+
0.021 2023-04-22 17:25:12Z
44
- fix bad handling of empty patterns in "pattern",
55
"patternProperties" keywords
66
- use bignum calculations for any non-integer in "multipleOf", to

README.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ JSON::Schema::Tiny - Validate data against a schema, minimally
1010

1111
=head1 VERSION
1212

13-
version 0.020
13+
version 0.021
1414

1515
=head1 SYNOPSIS
1616

0 commit comments

Comments
 (0)