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.18.6
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.19.0
Choose a head ref
  • 4 commits
  • 18 files changed
  • 1 contributor

Commits on Aug 3, 2023

  1. Squashed 'json/' changes from b069ac352..5cc9214e8

    5cc9214e8 Merge pull request #681 from json-schema-org/gregsdennis/ref-to-ref-to-non-local-target
    c946d3671 update previous test set to consistently use file extensions; add to draft-next
    a0097d4d0 Merge pull request #679 from json-schema-org/gregsdennis/ref-to-ref-to-non-local-target
    8b69249a1 added tests for checking the entire resource for anchors instead of just the local subschema
    8cdfac41e Port new multiple dynamic paths test to draft-next
    cd441d2e4 A whole new version of multiple dynamic paths
    e93077e20 Simplify test for dynamic ref with multiple paths
    
    git-subtree-dir: json
    git-subtree-split: 5cc9214e82f1e0a5e9644960b6fe0166afb7b283
    Julian committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    eb56578 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'eb56578c253ff39b20986aabf48f34193be15457'

    * commit 'eb56578c253ff39b20986aabf48f34193be15457':
      Squashed 'json/' changes from b069ac352..5cc9214e8
    Julian committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8a55721 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Deprecate importing Validator from the package root.

    Import it from jsonschema.protocols instead.
    Julian committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    eaf2e7b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Don't blow up if an automatically retrieved resource is missing $schema.

    This should possibly default to the specification that the child resource
    is contained within, but that's actually nontrivial to implement...
    Julian committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2f5ff0b View commit details
    Browse the repository at this point in the history
Loading