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. readme: build badge (#2424)

    epoberezkin authored Apr 29, 2024
    Copy the full SHA
    2917fb6 View commit details

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 <[email protected]>
    rotu and jasoniangreen authored May 5, 2024
    Copy the full SHA
    d9bd01b View commit details

Commits on May 10, 2024

  1. docs: add warning to maxLength / minLength (#2428)

    jasoniangreen authored May 10, 2024
    Copy the full SHA
    a4a85fa View commit details

Commits on May 11, 2024

  1. fix: broken link in docs warning (#2431)

    jasoniangreen authored May 11, 2024
    Copy the full SHA
    be38f34 View commit details

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 <[email protected]>
    jasoniangreen and yonran authored May 17, 2024
    Copy the full SHA
    5f20d5f View commit details

Commits on May 25, 2024

  1. bump version to 8.14.0 for publishing (#2440)

    jasoniangreen authored May 25, 2024
    Copy the full SHA
    9e26639 View commit details
Loading