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: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.1
Choose a base ref
...
head repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 1, 2021

  1. validators: Fix dependentSchemas when instance is not an object

    Just like 'dependentRequired' and 'dependencies', 'dependentSchemas'
    needs to handle instance not being an object.
    
    Signed-off-by: Rob Herring <robh@kernel.org>
    robherring committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    12a92ea View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Remove the Patreon link.

    Julian committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    7a3c828 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Squashed 'json/' changes from ba3a90534..329efe59c

    329efe59c Update the language around coverage, draft2020-12 is just as usable :)
    068131278 Ensure dependentSchemas also properly ignores non-object instances.
    
    git-subtree-dir: json
    git-subtree-split: 329efe59c65ea9f49af9c5c07dd6f5d22cb67ef4
    Julian committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    ddef3b4 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'ddef3b4a06be6f66dc1384e31a408ee7658bac1a'

    * commit 'ddef3b4a06be6f66dc1384e31a408ee7658bac1a':
      Squashed 'json/' changes from ba3a90534..329efe59c
    Julian committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d0dd0fe View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dependentSchemas-fix'

    * dependentSchemas-fix:
      validators: Fix dependentSchemas when instance is not an object
    Julian committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    fcdcf16 View commit details
    Browse the repository at this point in the history
  4. Add v4.1.2 to the CHANGELOG.

    Julian committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    af78d65 View commit details
    Browse the repository at this point in the history
Loading