Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplifies how evaluated properties and array items are tracked #790

Merged
merged 7 commits into from
Jun 5, 2023

Commits on May 29, 2023

  1. Simplifies how evaluated properties and array items are tracked in or…

    …der to improve performance.
    
    Resolves #721
    Faron Dutton committed May 29, 2023
    Configuration menu
    Copy the full SHA
    bb8e359 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Corrects issue with deserializing JSON Schema Test Suite tests.

    Resolves #804
    Faron Dutton committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d3582ac View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Merge branch 'issue804' into issue721

    # Conflicts:
    #	src/test/java/com/networknt/schema/suite/TestCase.java
    #	src/test/java/com/networknt/schema/suite/TestSpec.java
    Faron Dutton committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    84bfbac View commit details
    Browse the repository at this point in the history
  2. Adds configuration parameters to disable unevaluatedItems and unevalu…

    …atedProperties analysis
    Faron Dutton committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    24c6f8c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into issue804

    # Conflicts:
    #	src/test/java/com/networknt/schema/AbstractJsonSchemaTestSuite.java
    Faron Dutton committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    3818183 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'issue804' into issue721

    Faron Dutton committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    68d8fe1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into issue721

    Faron Dutton committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    aa8b080 View commit details
    Browse the repository at this point in the history