Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ajv-validator/ajv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.17.1
Choose a base ref
...
head repository: ajv-validator/ajv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.18.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 6 contributors

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    f06766f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. fix: #2482 Infinity and NaN serialise to null (#2487)

    * fix: #2482 Infinity and NaN serialise to null
    
    * feat: add safeNumbers option
    
    * include test for default behavior
    
    * change option name to specialNumbers
    
    * refactor to be more dry
    
    * pr feedback
    
    * remove string option
    jasoniangreen authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    69568d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    b17ec32 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. fix: typos in schema-language.md (#2507)

    Co-authored-by: Jason Ian Green <jasoniangreen@users.noreply.github.com>
    monteiro-renato and jasoniangreen authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    82735a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. fix(pattern): use configured RegExp engine with $data keyword to miti…

    …gate ReDoS attacks (CVE-2025-69873) (#2586)
    
    * fix(pattern): address CVE-2025-69873 by implementing safeguards against ReDoS attacks in pattern validation
    
    * remove console.log
    
    * remove Node.js 16 CI build
    
    ---------
    
    Co-authored-by: Lucas Akira Uehara <80917717@telefonicati.onmicrosoft.com>
    epoberezkin and Lucas Akira Uehara authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    720a23f View commit details
    Browse the repository at this point in the history
  2. 8.18.0

    epoberezkin committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    142ce84 View commit details
    Browse the repository at this point in the history
Loading