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

Implement a new type of callback called validators, which get called before a value changes #42

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 16, 2024

  1. Implement a new type of callback called validators, which get called …

    …*before* a value changes
    astrofrog committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6b8d742 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Add proper functional API for adding/removing callbacks from callback…

    … container, and add support for item validators
    astrofrog committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ec8cddb View commit details
    Browse the repository at this point in the history
  2. Remove ValidationException and SilentValidationException for now as n…

    …ot clear they are actually needed
    astrofrog committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cccd9a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0662e5 View commit details
    Browse the repository at this point in the history