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: v0.9.6
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: v0.10.0
Choose a head ref
  • 19 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    6b57a3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6ae908 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ec9028 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43ea6cf View commit details
    Browse the repository at this point in the history
  5. Remove input event listeners

    dahlbyk committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    cecbc8b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Remove form event listeners

    dahlbyk committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1938d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f083dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c83f25a View commit details
    Browse the repository at this point in the history
  4. Store messages per form

    dahlbyk committed May 4, 2024
    Configuration menu
    Copy the full SHA
    7edae2d View commit details
    Browse the repository at this point in the history
  5. Untrack form messages

    dahlbyk committed May 4, 2024
    Configuration menu
    Copy the full SHA
    d8fa06e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d51a62c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    385a3cf View commit details
    Browse the repository at this point in the history
  8. Only debounce validation on input event

    Manual validation is no longer debounced:
    - validateField()
    - isFieldValid()
    - validateForm()
    dahlbyk committed May 4, 2024
    Configuration menu
    Copy the full SHA
    5b7d89b View commit details
    Browse the repository at this point in the history
  9. Capture validation task

    dahlbyk committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ac14f19 View commit details
    Browse the repository at this point in the history
  10. Refactor to async/await

    dahlbyk committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c838a40 View commit details
    Browse the repository at this point in the history
  11. Return promise from validateForm() and validateField()

    These have returned void, so it's not a breaking change.
    
    isFieldValid() returns boolean; changing that to Promise<boolean> would
    be a breaking change, so it's left as-is for now.
    dahlbyk committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ab68138 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8043c23 View commit details
    Browse the repository at this point in the history
  13. Build 0.10.0

    dahlbyk committed May 4, 2024
    Configuration menu
    Copy the full SHA
    2f5020d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request #110 from haacked/gh100-fix-remove

    Fix removing validation + Undebounce
    haacked authored May 6, 2024
    Configuration menu
    Copy the full SHA
    fd1e5a6 View commit details
    Browse the repository at this point in the history
Loading