8000 Comparing v2.15.1...v2.15.2 · horejsek/python-fastjsonschema · 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: horejsek/python-fastjsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.15.1
Choose a base ref
...
head repository: horejsek/python-fastjsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.2
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 31, 2021

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

Commits on Oct 22, 2021

  1. Add 'custom_formats' argument to generated code

    Previously `custom_formats` was assumed to be global, which works fine
    for evaluation, but results in errors when generating code.
    
    The approach used to fix this problem was to add a second argument to
    the `validate` functions when custom formats are provided.
    For execution, the function is wrapped with a `partial` that hides the
    extra argument (and therefore avoids changes in the API or documentation).
    abravalheri committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    1a54972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e01c7b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Fix nested oneOf and anyOf

    horejsek committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    d4a5eb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #126 from abravalheri/add-custom-formats-arg

    Add `custom_formats` argument to generated code
    horejsek authored Dec 12, 2021
    Configuration menu
    Copy the full SHA
    cd1f06e View commit details
    Browse the repository at this point in the history
  3. Fix if-else in onyOf block

    horejsek committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    aec5afd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #112 from hh-h/fix-107

    resolving uniqueItems is stable now
    horejsek authored Dec 12, 2021
    Configuration menu
    Copy the full SHA
    8464e1c View commit details
    Browse the repository at this point in the history
  5. v2.15.2

    horejsek committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    ce8603b View commit details
    Browse the repository at this point in the history
Loading
0