Thanks to visit codestin.com
Credit goes to github.com

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: networknt/json-schema-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: networknt/json-schema-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.4
Choose a head ref
  • 17 commits
  • 223 files changed
  • 6 contributors

Commits on Dec 14, 2025

  1. Configuration menu
    Copy the full SHA
    c485230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2621edc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c98d19a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

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

Commits on Jan 21, 2026

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

Commits on Mar 10, 2026

  1. Upgrade Jackson from 3.0.3 to 3.1.0 to fix CVE-2026-29062 (#1236)

    jackson-core 3.0.3 is vulnerable to CVE-2026-29062 (Denial of Service
    via excessive JSON nesting). Upgrade the version.jackson property to
    3.1.0 which includes the fix. This bumps jackson-databind and
    jackson-dataformat-yaml to 3.1.0 as well.
    
    Made-with: Cursor
    
    Co-authored-by: ahsan.sheraz <[email protected]>
    AhsanSheraz and ahsansheraz-bonial authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    ff327ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a313e60 View commit details
    Browse the repository at this point in the history
  3. update version to 3.0.1

    stevehu committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    d352d6f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. Support handling of non-finite numbers if present (#1241)

    * Support handling of non-finite numbers if present
    
    * Address review comments.
    justin-tay authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    054f2f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

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

Commits on Apr 20, 2026

  1. Cleanup of IOException leftovers after update to jackson3 (#1244)

    * fix: adapt to jackson3 exception (JacksonException vs IOException)
    
    * fix: let the JacksonException be thrown
    
    * test: add invalid json schema test
    
    ---------
    
    Co-authored-by: afiluba <[email protected]>
    afiluba and afiluba authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    331ced5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2026

  1. add gitignore

    stevehu committed Apr 29, 2026
    Configuration menu
    Copy the full SHA
    2686725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df7d32 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. fixes #1246 Coercion bug (#1247)

    * fixes #1246 Coercion bug
    
    * fixes #1247 refactor based on recommendation from justin
    stevehu authored May 27, 2026
    Configuration menu
    Copy the full SHA
    07b694b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7407ddd View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. fixes #1248 validating draft4 schemas (#1249)

    * fixes #1248 validating draft4 schemas
    
    * Address regex factory review comments
    
    * Rename regex specification version variable
    stevehu authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    4edf203 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2026

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