8000 Comparing v0.31.1...v0.32.0 · python-jsonschema/referencing · GitHub
[go: up one dir, main page]

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/referencing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.31.1
Choose a base ref
...
head repository: python-jsonschema/referencing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Dec 7, 2023

  1. Add Specification.detect.

    Allows someone to sniff out which specification applies without
    necessarily immediately constructing a resource.
    
    This is concretely needed/useful in referencing.loaders, though I've
    noticed it once or twice before in things building on top of this
    library.
    
    Also reimplements Resource.from_contents in terms of this method.
    Julian committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ff99d1e View commit details
    Browse the repository at this point in the history
Loading
0