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.4
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.9.5
Choose a head ref
  • 16 commits
  • 19 files changed
  • 3 contributors

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    9203770 View commit details
    Browse the repository at this point in the history
  2. Do not validate disabled inputs

    Fixes #90
    haacked committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    5ec330f View commit details
    Browse the repository at this point in the history
  3. Use ValidatableElement instead of HTMLElement

    Co-authored-by: Keith Dahlby <dahlbyk@gmail.com>
    haacked and dahlbyk committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6330d4e View commit details
    Browse the repository at this point in the history
  4. Do not track disabled inputs

    haacked committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    4cfd9b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32a01bc View commit details
    Browse the repository at this point in the history
  6. Minor tidying up

    haacked committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    024a02a View commit details
    Browse the repository at this point in the history
  7. Reset field when disabled.

    haacked committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    52446b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    ef8ef8c View commit details
    Browse the repository at this point in the history
  2. Add a new reset method for resetting a single form input

    This can be called after changing the state of a form input.
    haacked committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    983f1c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Always track disabled fields

    This way, if they become enabled, we'll validate them. If they become disabled, we won't validate them.
    haacked committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    33728fd View commit details
    Browse the repository at this point in the history
  2. Make the code clearer

    `as` in TypeScript is not the same as in C#.
    haacked committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    527fb9a View commit details
    Browse the repository at this point in the history
  3. Add the script files

    haacked committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f17bcee View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. docs: debounce

    lonix1 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    da797d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from lonix1/lonix1-patch-1

    docs: debounce
    haacked authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b1fb7f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #94 from haacked/haacked/90-ignore-disabled-fields

    Do not validate disabled fields
    haacked authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b9b8fd2 View commit details
    Browse the repository at this point in the history
  4. Update to version 0.9.5

    haacked committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    38ef69b View commit details
    Browse the repository at this point in the history
Loading