-
-
Notifications
You must be signed in to change notification settings - Fork 616
Comparing changes
Open a pull request
base repository: python-jsonschema/jsonschema
base: v4.15.0
head repository: python-jsonschema/jsonschema
compare: v4.16.0
- 9 commits
- 285 files changed
- 1 contributor
Commits on Aug 31, 2022
-
Enable OpenGraph and copy buttons for the docs.
Improves UX a bit and should provide prettier previews when / if doc links are shared around.
Configuration menu - View commit details
-
Copy full SHA for 575e786 - Browse repository at this point
Copy the full SHA 575e786View commit details -
Merge commit '65802a7ebcd0b661c829307354ab0c24e1e05031'
* commit '65802a7ebcd0b661c829307354ab0c24e1e05031': Squashed 'json/' changes from 4cfead7ba..6eaf7dff4
Configuration menu - View commit details
-
Copy full SHA for 2f15a98 - Browse repository at this point
Copy the full SHA 2f15a98View commit details -
Squashed 'json/' changes from 4cfead7ba..6eaf7dff4
6eaf7dff4 Merge pull request #586 from handrews/dollar-schema b5270c56e Update all draft-next $schema, $id, $ref. dd343685e Copy remotes to draft-next without changes. 8919ce99b Add $schema to optional/format 2019-09 tests d88c04ff5 Add $schema for optional/format 2020-12 da237da59 draft-specific 2020-12 remotes, $refs, and $ids 0eb6893f4 draft-specific 2019-09 remotes, $refs, and $ids c0ba85b60 Remove accidental duplication e8851f1a9 Add "$schema" to all document roots 8d653be4d Copy remotes to draft dirs, no changes yet 113a08e5c Optional tests for no $schema (2019-09+) 909835901 Update README to reflect $schema detection be49e5b07 Add $schema to all 2019-09 tests 64793fe67 Add $schema for all 2020-12 tests. git-subtree-dir: json git-subtree-split: 6eaf7dff43b81e78bd10658b3dd917bf0b345ab1
Configuration menu - View commit details
-
Copy full SHA for 65802a7 - Browse repository at this point
Copy the full SHA 65802a7View commit details
Commits on Sep 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 05b1860 - Browse repository at this point
Copy the full SHA 05b1860View commit details
Commits on Sep 8, 2022
-
Squashed 'json/' changes from 6eaf7dff4..ed0b855e7
ed0b855e7 Merge pull request #594 from json-schema-org/differing-uris ae0651398 Merge pull request #593 from json-schema-org/gregsdennis-propertyDependencies-tests 0ba0976d8 more varied test cases b78035ee5 Merge branch 'gregsdennis-propertyDependencies-tests' of github.com:json-schema-org/JSON-Schema-Test-Suite into gregsdennis-propertyDependencies-tests 8c2b46f7a rework functional tests to better illustrate purpose of keyword 33d9c6486 Update tests/draft-next/propertyDependencies.json de3f7691f Add tests for some more differing URI scenarios. e59510507 additional 'ignore' tests with nested matches fc6cee5ab propertyDependencies non-string property value tests 99f3b60c1 add basic propertyDependencies tests git-subtree-dir: json git-subtree-split: ed0b855e7ea80c37d9295002fe436c01d9c65230
Configuration menu - View commit details
-
Copy full SHA for f5f839a - Browse repository at this point
Copy the full SHA f5f839aView commit details -
Merge commit 'f5f839a5995c8005373214271989daae3537d70e'
* commit 'f5f839a5995c8005373214271989daae3537d70e': Squashed 'json/' changes from 6eaf7dff4..ed0b855e7
Configuration menu - View commit details
-
Copy full SHA for 8cec498 - Browse repository at this point
Copy the full SHA 8cec498View commit details
Commits on Sep 9, 2022
-
Fix more $ref cases when the lookup URL is different from an $id
Passes a few more of the just-added upstream tests (and in particular is a last URN $id-related fix). One test still fails which is waiting for more tweaks to how remote ref lookups are done.
Configuration menu - View commit details
-
Copy full SHA for d9e093d - Browse repository at this point
Copy the full SHA d9e093dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd4306a - Browse repository at this point
Copy the full SHA bd4306aView commit details -
Deprecate jsonschema.draftN_format_checker attributes.
Format support / enablement will change with vocabulary support, but in the interim, now that #905 is merged, these objects are better accessed by retrieving them directly from the corresponding validator. In other words: don't do: from jsonschema import draft202012_format_checker just do from jsonschema import Draft202012Validator do_whatever_with(Draft202012Validator.FORMAT_CHECKER)
Configuration menu - View commit details
-
Copy full SHA for ee024ff - Browse repository at this point
Copy the full SHA ee024ffView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.15.0...v4.16.0