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

Extended validators to allow array values, dependent field validations and added new rules #22

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

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    70d3cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a850b View commit details
    Browse the repository at this point in the history
  3. Added required validation rule

    xanish committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1eb7008 View commit details
    Browse the repository at this point in the history
  4. Added integer validation rule

    xanish committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    ad4a98e View commit details
    Browse the repository at this point in the history
  5. Added numeric validation rule

    xanish committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f6b2274 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    993f57f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec6fb50 View commit details
    Browse the repository at this point in the history
  8. Added in validation rule

    xanish committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    08cdb6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    12dcb06 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a283ae7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Added alpha validation rule

    xanish committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    d09b6ac View commit details
    Browse the repository at this point in the history
  2. Fixed lint

    xanish committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5baaf6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5465a2b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Created min and max rules. Generalised min, max and between rules to …

    …work for both strings and numbers.
    xanish committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    042a76c View commit details
    Browse the repository at this point in the history
  2. Updated validation rule docs

    xanish committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    3cad48f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    4d1a497 View commit details
    Browse the repository at this point in the history
  2. Removed generalised min, max and between functionality for string and…

    … numbers since it doesnt work as expected, would require dependence on all available rules and value type.
    xanish committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    e818396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d297f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaf5e8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c96eaf View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

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