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: victorjonsson/jQuery-Form-Validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: etcho/jQuery-Form-Validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 22 files changed
  • 1 contributor

Commits on Sep 20, 2017

  1. Adding brazilian date validation

    Adding validation (brdate) for brazilian dates, that uses the form dd/mm/yyyy. It validates length, format and if the date actually exists. Minified (production) not included.
    etcho committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    e1093f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Revert "Adding brazilian date validation"

    This reverts commit e1093f5.
    etcho committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    5f138b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Adding validations for minimum and maximum dates

    Changing the date validation function, adding optional attributes min-date and max-date. If informed, it sets an allowed range for the date. It checks following this order: valid date, minimum date, maximum date. Both data-validation-min-date and max-date should be informed using the same format as the field (yyyy-mm-dd as default or any format informed through data-validation-format). English and portuguese locales are ok. The other ones are untranslated.
    etcho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    8899550 View commit details
    Browse the repository at this point in the history
  2. Revert "Adding validations for minimum and maximum dates"

    This reverts commit 8899550.
    etcho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    f86f581 View commit details
    Browse the repository at this point in the history
  3. Adding validations for minimum and maximum dates

    Changing the date validation function, adding optional attributes min-date and max-date. If informed, it sets an allowed range for the date. It checks following this order: valid date, minimum date, maximum date. Both data-validation-min-date and max-date should be informed using the same format as the field (yyyy-mm-dd as default or any format informed through data-validation-format). English and portuguese locales are ok. The other ones are untranslated.
    
    Request on issue #656
    etcho committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    42ce32f View commit details
    Browse the repository at this point in the history
Loading