Thanks to visit codestin.com
Credit goes to github.com

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.19.2
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.20.0
Choose a head ref
  • 13 commits
  • 16 files changed
  • 2 contributors

Commits on Oct 30, 2023

  1. Minor coverage hacking.

    Julian committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    486cf83 View commit details
    Browse the repository at this point in the history
  2. Deprecate ErrorTree.__setitem__.

    It exposes mutating a jsonschema type unnecessarily, and it's unclear
    it's actually working even, as it doesn't properly keep .errors up to
    date as well.
    
    It will be removed in a future version.
    Julian committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3b486f7 View commit details
    Browse the repository at this point in the history
  3. Minor spelling.

    Julian committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9f3519f View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](astral-sh/ruff-pre-commit@v0.1.1...v0.1.3)
    pre-commit-ci[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a087ae6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1185 from python-jsonschema/pre-commit-ci-update-…

    …config
    
    [pre-commit.ci] pre-commit autoupdate
    Julian authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    65877a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 3, 2023

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

Commits on Nov 6, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.3...v0.1.4)
    pre-commit-ci[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    420a96c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1189 from python-jsonschema/pre-commit-ci-update-…

    …config
    
    [pre-commit.ci] pre-commit autoupdate
    Julian authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c563034 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5)
    - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0)
    pre-commit-ci[bot] authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6db1bef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1191 from python-jsonschema/pre-commit-ci-update-…

    …config
    
    [pre-commit.ci] pre-commit autoupdate
    Julian authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2ed7ad6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Squashed 'json/' changes from 95fe6ca2..d38ddd54

    d38ddd54 Merge pull request #696 from jdesrosiers/unevaluated-dynamicref
    5d0c05fa Fix copy/paste error
    49222046 Add unevaluted with dynamic ref tests to draft-next
    8ba1c90d Update unevaluted with dynamic ref to be more likely to catch errors
    2834c630 Add tests for unevaluated with dynamic reference
    
    git-subtree-dir: json
    git-subtree-split: d38ddd543ebc81e5c23ab03d6598c06563c38a17
    Julian committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    13bc188 View commit details
    Browse the repository at this point in the history
  2. Consider properties evaluated when they're behind dynamic refs.

    This was previously correct for $refs, but not $dynamicRefs,
    which had no test in the JSON Schema test suite.
    
    This behavior is now properly compliant with the 2020 spec (as well as
    2019, for $recursiveRef).
    
    Refs: json-schema-org/JSON-Schema-Test-Suite#696
    Julian committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5ff5999 View commit details
    Browse the repository at this point in the history
Loading