ajv v8.20.0 Release Notes
Release Date: 2026-04-24 // about 2 months ago-
What's Changed
- ๐ fix: add support for node 22/24, drop node 16/21 by @jasoniangreen in #2580
- ๐ fix: add ES2022.RegExp for RegExpIndicesArray by @SignpostMarv in #2604
Full Changelog : v8.19.0...v8.20.0
Previous changes from v8.18.0
-
What's Changed
- ๐ฆ feat: allow tree-shaking by adding
"sideEffects": falsetopackage.jsonby @josdejong in #2480 - ๐ fix: #2482 Infinity and NaN serialise to null by @jasoniangreen in #2487
- ๐ fix: small grammatical error in managing-schemas.md by @monteiro-renato in #2508
- ๐ fix: typos in schema-language.md by @monteiro-renato in #2507
- ๐ fix(pattern): use configured RegExp engine with $data keyword to mitigate ReDoS attacks (CVE-2025-69873) by @epoberezkin in #2586
๐ New Contributors
- @josdejong made their first contribution in #2480
- @monteiro-renato made their first contribution in #2508
Full Changelog : v8.17.1...v8.18.0
- ๐ฆ feat: allow tree-shaking by adding