Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom format validators now have access to the unprocessed properties #301

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 9, 2019

  1. Custom format validators now have access to the unprocessed properties

    There can be some use cases where a custom format validator requires
    additional setup values in order to tweak its behaviour. So, now custom
    format validator have access to the unprocessed properties in the
    JSON Schema context where the subject is being evaluated.
    jmfernandez committed May 9, 2019
    Configuration menu
    Copy the full SHA
    627d934 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. FormatValidator Interface backward compatibility

    In order to keep backward compatibility, the new code has
    been spread among AbstractFormatValidator, FormatValidator and
    ContextualFormatValidator
    jmfernandez committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d4387f4 View commit details
    Browse the repository at this point in the history