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

feat: Custom keyword validation #473

Merged
merged 19 commits into from
May 1, 2024

Commits on May 1, 2024

  1. feat: Custom keyword validation

    Add support for user defined custom keyword validation. The user
    provides and registers custom validator functions when configuring a
    JSONSchema.
    
    Custom keyword validators may be used when the user wants to enforce
    constraints that can't, or can't easily, be expressed in JSON schema.
    Benjamin Tobler authored and Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    aca12a7 View commit details
    Browse the repository at this point in the history
  2. chore: Address Clippy errors

    bnjt authored and Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    76a0826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    836f933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9302b96 View commit details
    Browse the repository at this point in the history
  5. fix: tests

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    aff822f View commit details
    Browse the repository at this point in the history
  6. chore: update

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    410c8c5 View commit details
    Browse the repository at this point in the history
  7. chore: update

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8a4f425 View commit details
    Browse the repository at this point in the history
  8. chore: update

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5e520ff View commit details
    Browse the repository at this point in the history
  9. chore: update

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9a50b4f View commit details
    Browse the repository at this point in the history
  10. chore: update

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e92f8ad View commit details
    Browse the repository at this point in the history
  11. chore: pass pointer

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    087d21b View commit details
    Browse the repository at this point in the history
  12. chore: pass more

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3297452 View commit details
    Browse the repository at this point in the history
  13. chore: update changelog

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ef5e870 View commit details
    Browse the repository at this point in the history
  14. chore: update

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f2f73b9 View commit details
    Browse the repository at this point in the history
  15. chore: cleanup

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d72b5ed View commit details
    Browse the repository at this point in the history
  16. chore: update docs example

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d12699b View commit details
    Browse the repository at this point in the history
  17. chore: update

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    16019bf View commit details
    Browse the repository at this point in the history
  18. chore: extend test

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a7dda2d View commit details
    Browse the repository at this point in the history
  19. chore: factory as a closure

    Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
    Stranger6667 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b284f75 View commit details
    Browse the repository at this point in the history