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

Schema addChildCheck/addAttributeCheck filtering #15959

Merged
merged 3 commits into from
Jul 30, 2024
Merged

Schema addChildCheck/addAttributeCheck filtering #15959

merged 3 commits into from
Jul 30, 2024

Commits on Jul 29, 2024

  1. Feature (engine): Schema#addChildCheck() and `Schema#addAttributeCh…

    …eck()` can now register a callback for specific item or attribute, which should improve performance when using custom callback checks. Callback checks should be added only for specific item or attribute if possible.
    
    Fix (engine): `Schema#checkChild()` will now correctly check custom callback checks for each item in the context.
    
    Internal: Used specific callback checks in some of the features.
    
    Docs (engine): Improved schema deep dive guide and added missing section related to attributes custom callback checks.
    scofalik committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f69c869 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    21faeb5 View commit details
    Browse the repository at this point in the history
  2. Do not use ?? operator.

    scofalik committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0c3ab39 View commit details
    Browse the repository at this point in the history