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

Add validate(query:) method to Validatable protocol #2419

Merged
merged 6 commits into from
Jul 16, 2020

Commits on Jul 1, 2020

  1. Added validate(_ uri: URI) method to Validations struct and Validatab…

    …le protocol for validating decoded query parameters.
    odanylewycz committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    91387dd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    cebe0ee View commit details
    Browse the repository at this point in the history
  2. Revert "Added tests for decodning query parameters to ValidationTests…

    ….swift"
    
    This reverts commit cebe0ee.
    odanylewycz committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    3bd5360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29f0c2a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Updated Validatble Protocol validate methods for better readablility.…

    … Added old method to Deprecations.
    odanylewycz committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d4a02a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73e52fe View commit details
    Browse the repository at this point in the history