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.6.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.6.2
Choose a head ref
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on Jun 30, 2022

  1. Squashed 'json/' changes from d3f5cd43..39d1d24d

    39d1d24d Merge pull request #317 from Relequestual/#291
    b683de5a Forward-port and reword the new unevaluatedItems test.
    816441f4 Add tests for Single-schema items and unevaluatedItems Resolves #291
    1e0ebd20 Merge pull request #563 from json-schema-org/update-sanity-checker
    e1dbaebb Merge pull request #562 from json-schema-org/remove-conditional-id-tests-from-draft6
    53da77f3 Update the sanity checker to use a version which supports 2019+.
    5aff83e5 reintroduce tests without using if/then/else
    9495e3e4 remove conditional $id tests from draft 6
    
    git-subtree-dir: json
    git-subtree-split: 39d1d24dbc1920953dec90369edec5a2fa7158fa
    Julian committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    09edc31 View commit details
    Browse the repository at this point in the history
  2. Merge commit '09edc31951f508ce164b9e74e3cd1a13d1d3a9f0'

    * commit '09edc31951f508ce164b9e74e3cd1a13d1d3a9f0':
      Squashed 'json/' changes from d3f5cd43..39d1d24d
    Julian committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    03965fd View commit details
    Browse the repository at this point in the history
  3. Squashed 'json/' changes from 39d1d24d..1047a1aa

    1047a1aa Merge pull request #565 from json-schema-org/update-test-schema
    7967a87b Merge pull request #566 from json-schema-org/tidy-unevaluatedItems
    b45a7878 Remove unnecessary type validation from unevaluatedItems tests.
    2b536c02 Update the test schema to Draft 2020, and fix a bug in it.
    
    git-subtree-dir: json
    git-subtree-split: 1047a1aa225bab43c50978555a990bfff81f6023
    Julian committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cfff411 View commit details
    Browse the repository at this point in the history
  4. Merge commit 'cfff411af7d1e9b42b10ba36e5b8765f3eb1028b'

    * commit 'cfff411af7d1e9b42b10ba36e5b8765f3eb1028b':
      Squashed 'json/' changes from 39d1d24d..1047a1aa
    Julian committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    afc22f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Squashed 'json/' changes from 1047a1aa..b7d13f4b

    b7d13f4b Merge pull request #567 from json-schema-org/invalid-anchors
    4811789d Also add an anchor test with valid prefix (but still invalid).
    b62f97cc Add tests for invalid anchors.
    af5075ca Merge pull request #568 from json-schema-org/ether/perl-implementations
    dc5c91e9 update the list of Perl implementations
    
    git-subtree-dir: json
    git-subtree-split: b7d13f4b563b2e4d4ba2af624917333e40ae96da
    Julian committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    10104f7 View commit details
    Browse the repository at this point in the history
  2. Merge commit '10104f7250d99f6c5225a5aa6ad0975fdbf7d555'

    * commit '10104f7250d99f6c5225a5aa6ad0975fdbf7d555':
      Squashed 'json/' changes from 1047a1aa..b7d13f4b
    Julian committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    1f1387b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. docs: Fix a few typos

    There are small typos in:
    - jsonschema/_reflect.py
    - jsonschema/tests/_suite.py
    
    Fixes:
    - Should read `dynamically` rather than `dynamicallly`.
    - Should read `distinguish` rather than `distiguish`.
    timgates42 committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    e5aba49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #969 from timgates42/bugfix_typos

    docs: Fix a few typos
    Julian authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ddb87af View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    0f6d403 View commit details
    Browse the repository at this point in the history
  2. v4.6.2 -> CHANGELOG

    Julian committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    32b277f View commit details
    Browse the repository at this point in the history
Loading