Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-playground/validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: go-playground/validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 16 commits
  • 11 files changed
  • 6 contributors

Commits on Aug 2, 2019

  1. Implement unique=FieldName

    shihanng committed Aug 2, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    shihanng Shi Han
    Copy the full SHA
    d04a036 View commit details
  2. Update doc for unique=field

    shihanng committed Aug 2, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    shihanng Shi Han
    Copy the full SHA
    8efe088 View commit details

Commits on Oct 16, 2019

  1. Add e.164 support

    taybart committed Oct 16, 2019
    Copy the full SHA
    aad1714 View commit details

Commits on Oct 17, 2019

  1. Copy the full SHA
    94aa424 View commit details
  2. Copy the full SHA
    c370ccf View commit details

Commits on Nov 7, 2019

  1. Added the function GetTag.

    The function returns the name of the tag on which the function was called.
    fluff-up committed Nov 7, 2019
    Copy the full SHA
    b01869e View commit details

Commits on Nov 17, 2019

  1. fix required_*

    Dean Karn committed Nov 17, 2019
    Copy the full SHA
    38bfb46 View commit details
  2. Merge pull request #544 from go-playground/backport-required-with-fixes

    fix required_*
    Dean Karn authored Nov 17, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6963d3c View commit details
  3. Update README.md

    Dean Karn authored Nov 17, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a060cd9 View commit details

Commits on Nov 25, 2019

  1. Update README.md

    Dean Karn authored Nov 25, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bde478f View commit details

Commits on Dec 25, 2019

  1. Merge pull request #529 from taybart/v9

    Add e.164 support
    Dean Karn authored Dec 25, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    17c1fa8 View commit details
  2. Merge pull request #530 from skateinmars/chore/improve-doc

    Improve documentation for custom functions
    Dean Karn authored Dec 25, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5bbca66 View commit details
  3. Merge pull request #496 from shihanng/unique_struct_field

    Extending unique to ensure uniqueness of a specific field in a slices of struct
    Dean Karn authored Dec 25, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6720e73 View commit details
  4. Merge pull request #535 from LRichi/v9

    Added the function GetTag.
    Dean Karn authored Dec 25, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f1d0204 View commit details
  5. Add test + docs for FieldLevel.GetTag

    Dean Karn committed Dec 25, 2019
    Copy the full SHA
    9815049 View commit details
  6. update README

    Dean Karn committed Dec 25, 2019
    Copy the full SHA
    21c910f View commit details
Loading