JSON-Schema-Tiny
view release on metacpan or search on metacpan
Revision history for JSON-Schema-Tiny
0.034 2026-07-03 17:38:43Z
- removed dependency on namespace::clean
- config option "max_traversal_depth" has been renamed to
"max_depth"
- marked a problematic bigint test as todo (see issue #9)
0.033 2026-06-19 20:26:49Z
- removed dependencies on strictures, autovivification
0.032 2026-06-19 19:24:46Z
- removed dependencies on Path::Tiny, Ref::Util and Storable
0.031 2025-11-26 18:07:48Z
- update test results and exemptions for TJSA 1.034
- modernize usage of test libraries
0.030 2025-04-22 16:44:19Z
- skip a test of "multipleOf" that fails on ivsize < 8
0.029 2025-04-19 20:33:18Z
- check for builtin::Backport at install time
0.028 2024-11-22 00:06:06Z
- metadata test change only
0.027 2024-11-17 16:51:42Z
- bump builtin::compat prereq for compatibility issues
0.026 2024-11-16 22:05:15Z
- some performance optimizations for schema traversal and evaluation
- is_equal() utility function, and the const and enum keywords, now
provide more detailed error diagnostics
- numeric type checking is relaxed, now allowing for dualvars
arising from the simple case of using a number in string context
or a string in numeric context (only a problem in perls <5.36)
0.025 2024-06-11 20:17:39Z
- update test results and exemptions for TJSA 1.025
0.024 2024-05-09 16:27:25Z
- update test results and exemptions for TJSA 1.024
0.023 2024-04-17 17:55:32Z
- remove use of JSON::MaybeXS, to avoid potential use of JSON::XS;
now we use Cpanel::JSON::XS or JSON::PP directly, using the same
environment variables as in Mojo::JSON for customization.
0.022 2023-12-17 00:42:56Z
- new $STRINGY_NUMBERS option, for validating numbers more loosely
0.021 2023-04-22 17:25:12Z
- 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
0.020 2023-04-12 03:28:28Z
- update test results and exemptions for TJSA 1.019
0.019 2023-01-08 19:54:14Z
- fix warning when using a $ref to a URI with no fragment
- update test skip list for latest release of the test suite
0.018 2022-08-06 22:02:20Z
- update test skip list for latest release of the test suite
0.017 2022-07-10 04:09:23Z
- fix 'experimental' prereq for older perls
0.016 2022-07-09 18:29:49Z
- avoid new experimental warning on 5.35.9
( run in 1.345 second using v1.01-cache-2.11-cpan-6aa56a78535 )