Skip to content

Commit c643708

Browse files
JSON-Schema-Modern-0.603
- fix Sereal serialization hooks - various performance improvements when dealing with base URIs
1 parent c790a6d commit c643708

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
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-Modern
22

3-
{{$NEXT}}
3+
0.603 2025-02-28 23:35:43Z
44
- fix Sereal serialization hooks
55
- various performance improvements when dealing with base URIs
66

README.pod

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ JSON::Schema::Modern - Validate data against a schema using a JSON Schema
1010

1111
=head1 VERSION
1212

13-
version 0.602
13+
version 0.603
1414

1515
=head1 SYNOPSIS
1616

@@ -323,10 +323,6 @@ C<traversed_schema_path>: adjusts the accumulated path as of the start of evalua
323323

324324
=item *
325325

326-
C<initial_schema_uri>: adjusts the recorded absolute keyword location as of the start of evaluation
327-
328-
=item *
329-
330326
C<effective_base_uri>: locations in errors and annotations are resolved against this URI
331327

332328
=back
@@ -378,7 +374,7 @@ C<traversed_schema_path>: adjusts the accumulated path as of the start of evalua
378374

379375
=item *
380376

381-
C<initial_schema_uri>: adjusts the recorded absolute keyword location as of the start of evaluation
377+
C<initial_schema_uri>: adjusts the absolute keyword location as of the start of evaluation
382378

383379
=item *
384380

0 commit comments

Comments
 (0)