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

Trait validation #225

Merged
merged 17 commits into from
Apr 14, 2023
Merged

Trait validation #225

merged 17 commits into from
Apr 14, 2023

Commits on Jul 9, 2022

  1. implemented validation trait for length

    Tilen Pintarič committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    babd938 View commit details
    Browse the repository at this point in the history
  2. converted identation to spaces

    Tilen Pintarič committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    02bdd69 View commit details
    Browse the repository at this point in the history
  3. changed the trait to not require HasLen

    Tilen Pintarič committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    5836898 View commit details
    Browse the repository at this point in the history
  4. added macro for generating impls

    Tilen Pintarič committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    bd9e89f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. implemented ValidateLength for some types

    Tilen Pintarič committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    8bd86e8 View commit details
    Browse the repository at this point in the history
  2. using trait validation instead of the function

    Tilen Pintarič committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    de20a94 View commit details
    Browse the repository at this point in the history
  3. added cfg for indexmap import

    Tilen Pintarič committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    ee04dd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    a77bdc9 View commit details
    Browse the repository at this point in the history
  2. Revert "changed trait to require length"

    This reverts commit a77bdc9.
    Tilen Pintarič committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    0790ded View commit details
    Browse the repository at this point in the history
  3. moved validation logic inside ValidateLength trait

    Tilen Pintarič committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3277682 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. added trait validation for required

    Tilen Pintarič committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    66380b6 View commit details
    Browse the repository at this point in the history
  2. added email trait validation

    Tilen Pintarič committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    34c12ee View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. fixed trait validation for email

    Tilen Pintarič committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    ba0e745 View commit details
    Browse the repository at this point in the history
  2. added range trait validation

    Tilen Pintarič committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    090abc5 View commit details
    Browse the repository at this point in the history
  3. fixed range trait

    Tilen Pintarič committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    63559f8 View commit details
    Browse the repository at this point in the history
  4. added url trait validation

    Tilen Pintarič committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    9aeb298 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

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