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.3.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.3.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 20, 2021

  1. Add v4.3.2 to the changelog.

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

Commits on Dec 27, 2021

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

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
    pre-commit-ci[bot] authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    7384ab8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #897 from Julian/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    Julian authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    405f735 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Move warnings to user context

    Currently the warning location points inside the jsonschema code and it takes an additional effort to find where the actual code that triggers it is located.
    Kojoley committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    15d7cb9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #899 from Kojoley/move-warning-to-user-context

    Move warnings to user context
    Julian authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    480f357 View commit details
    Browse the repository at this point in the history
Loading