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: 3e110b1
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: 22240ea
Choose a head ref
  • 8 commits
  • 10 files changed
  • 7 contributors

Commits on Apr 22, 2022

  1. Add French translation for validation messages (#558)

    Co-authored-by: Sébastien Rospars <[email protected]>
    sebastienrospars and Sébastien Rospars authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    99a5389 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Prevent from throwing an exception when setting default values (#561)

    - this happens when an expected object has a different type
       i.e. a string.
     - This is prevented by checking the type of the node before
       attemping to set the defaults
    josejulio authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    39cc79b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

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

Commits on Apr 30, 2022

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

Commits on May 3, 2022

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

Commits on May 6, 2022

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

Commits on May 23, 2022

  1. proposal for issue #535, part 2: fix the same issue in AnyOfValidator…

    …, too (#559)
    
    (in addition to OneOfValidator)
    AndreasALoew authored May 23, 2022
    Configuration menu
    Copy the full SHA
    ba17f1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22240ea View commit details
    Browse the repository at this point in the history
Loading