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

Rename decimal to digits. Add new decimal validation action #823

Merged
merged 4 commits into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. Rename decimal to digits, add new decimalaction

    - Rename the existing `decimal` action to `digits`. `digits` only passes strings containing the numbers 0-9
    - Create a new `decimal` action that passes non-integers and numbers with number signs.
    - Update the docs to reflect the above.
    andrew-3kb committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a5ad1bd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    ee43f4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cf760c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d1a895 View commit details
    Browse the repository at this point in the history