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: rafskii/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: victorjonsson/jQuery-Form-Validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 45 files changed
  • 4 contributors

Commits on Sep 21, 2017

  1. Add custom sanitizer functionality

    Replicated the addValidator functionality in utils.js and then rewrote
    the existing sanitizers in santize.js to work in the new format. Also
    added an example custom sanitizer in form.html
    Matt Moore committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    8190814 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Fix issue with hyphens in file validation mime types

    Addresses victorjonsson#646, which reported that mime types in file validations were
    being parsed incorrectly when they contained hyphens. This change
    ensures that we only split the allowed file types string at commas and
    trailing white space and not at hyphens.
    Nick Holden committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    0bdf3e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Configuration menu
    Copy the full SHA
    564cffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a27ff View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Merge pull request victorjonsson#670 from BrianRosamilia/master

    Add empty element check in case element was filtered by toggleDisabled
    victorjonsson authored Apr 18, 2018
    Configuration menu
    Copy the full SHA
    43369d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request victorjonsson#650 from nholden/fix-mime-type-valid…

    …ation
    
    Fix issue with hyphens in file validation mime types
    victorjonsson authored Apr 18, 2018
    Configuration menu
    Copy the full SHA
    dc69da7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request victorjonsson#643 from trusteddigital/custom-santizer

    Add custom sanitizer functionality
    victorjonsson authored Apr 18, 2018
    Configuration menu
    Copy the full SHA
    d11f381 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Update README.md

    victorjonsson authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    9a38879 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    victorjonsson authored Apr 23, 2018
    Configuration menu
    Copy the full SHA
    ada0d63 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. end of life...

    victorjonsson committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    ae14eab View commit details
    Browse the repository at this point in the history
  2. ...

    victorjonsson committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    9a258d6 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    victorjonsson authored Aug 13, 2018
    Configuration menu
    Copy the full SHA
    d6e3c5a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. version bump

    victorjonsson committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    819a897 View commit details
    Browse the repository at this point in the history
  2. version bump

    victorjonsson committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    6a97cd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d337ec6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Update README.md

    victorjonsson authored Feb 2, 2019
    Configuration menu
    Copy the full SHA
    851c4af View commit details
    Browse the repository at this point in the history
  2. Update README.md

    victorjonsson authored Feb 2, 2019
    Configuration menu
    Copy the full SHA
    fb8b52f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    victorjonsson authored Feb 2, 2019
    Configuration menu
    Copy the full SHA
    a4c458f View commit details
    Browse the repository at this point in the history
  4. Update README.md

    victorjonsson authored Feb 2, 2019
    Configuration menu
    Copy the full SHA
    cac6a27 View commit details
    Browse the repository at this point in the history
Loading