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.13.0
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.14.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 29, 2024

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

Commits on May 5, 2024

  1. Update workflows (#2410)

    silence warnings about outdated actions e.g. https://github.com/ajv-validator/ajv/actions/runs/8490491525
    
    Co-authored-by: Jason Ian Green <jasoniangreen@users.noreply.github.com>
    rotu and jasoniangreen authored May 5, 2024
    Configuration menu
    Copy the full SHA
    d9bd01b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 11, 2024

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

Commits on May 17, 2024

  1. compileAsync a schema with discriminator and $ref, fixes #2427 (#2433)

    * fix #2427 compileAsync a schema with discriminator and $ref
    
    Make the discriminator code generation throw MissingRefError when the $ref does not synchronously resolve so that compileAsync can loadSchema and retry.
    
    * test: fix errors in test
    
    ---------
    
    Co-authored-by: Yonathan Randolph <yonathan@gmail.com>
    jasoniangreen and yonran authored May 17, 2024
    Configuration menu
    Copy the full SHA
    5f20d5f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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