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: haacked/aspnet-client-validation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fd1e5a6
Choose a base ref
...
head repository: haacked/aspnet-client-validation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 09628cb
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on May 7, 2024

  1. Fix for client side 'required' validator which allowed whitespace to …

    …be submitted in input value. This library is now works the same way as jQuery Unobtrusive validation on which it is based.
    
    Closes #109
    RyanONeill1970 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5b2129a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge pull request #112 from RyanONeill1970/main

    Fix for client side 'required' validator which allowed whitespace
    haacked authored May 8, 2024
    Configuration menu
    Copy the full SHA
    36a24f1 View commit details
    Browse the repository at this point in the history
  2. Increase version to 0.10.1

    haacked committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b2a8327 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #113 from haacked/haacked/release-0.10.1

    Increase version to 0.10.1
    haacked authored May 8, 2024
    Configuration menu
    Copy the full SHA
    09628cb View commit details
    Browse the repository at this point in the history
Loading