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: jquery-validation/jquery-validation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4c8c2ebb8cb51695b0a6e65cb13168fe94e4dc7f
Choose a base ref
...
head repository: jquery-validation/jquery-validation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 45b9e2857ba024514f9a46083009f25a94c17e3e
Choose a head ref
  • 18 commits
  • 143 files changed
  • 13 contributors

Commits on Nov 28, 2018

  1. Copy the full SHA
    d9840a5 View commit details

Commits on Dec 13, 2018

  1. Copy the full SHA
    d1c73fe View commit details
  2. Core: change focus() to trigger("focus") (#2243)

    Change focus() to trigger("focus") so that jQuery Migrate 3.x doesn't flag it as deprecated.
    sassquad authored and Arkni committed Dec 13, 2018
    Copy the full SHA
    a9c20ec View commit details

Commits on Jan 20, 2019

  1. Copy the full SHA
    824c989 View commit details

Commits on Jan 26, 2019

  1. Copy the full SHA
    01ca879 View commit details

Commits on Jun 15, 2019

  1. Copy the full SHA
    05e35ea View commit details
  2. Copy the full SHA
    5426dcb View commit details
  3. Create FUNDING.yml

    staabm authored Jun 15, 2019
    Copy the full SHA
    25a0f14 View commit details

Commits on May 13, 2020

  1. Core: Fixes deprecated calls to jQuery trim (#2328)

    Fixes #2327
    
    Co-authored-by: Brighton Balfrey <BBalfrey@fandango.com>
    brighton1101 and Brighton Balfrey authored May 13, 2020
    Copy the full SHA
    d3748a2 View commit details

Commits on May 23, 2020

  1. Copy the full SHA
    cd1ce52 View commit details
  2. Copy the full SHA
    af445b3 View commit details

Commits on Jun 24, 2020

  1. Core: Replaced deprecated jQuery functions

    Replaced $.isArray and $.isFunction
    bytestream authored and Arkni committed Jun 24, 2020
    Copy the full SHA
    79bed39 View commit details

Commits on Aug 18, 2020

  1. Add Accessibility section to Readme (#2149)

    * Add accessibility section to readme - speaks to errorElement
    
    * Add link to errorElement in doc
    
    Co-authored-by: Joe Watkins <info@joe-watkins.io>
    joe-watkins and Joe Watkins authored Aug 18, 2020
    Copy the full SHA
    b0e3b11 View commit details

Commits on Aug 26, 2020

  1. Update messages_tr.js (#2343)

    add phone validate translate
    boraataseven authored Aug 26, 2020
    Copy the full SHA
    8319330 View commit details

Commits on Sep 5, 2020

  1. docs: Fix simple typo, atteched -> attached (#2345)

    There is a small typo in test/test.js.
    
    Should read `attached` rather than `atteched`.
    timgates42 authored Sep 5, 2020
    Copy the full SHA
    b9c793c View commit details

Commits on Nov 28, 2020

  1. Copy the full SHA
    b8d6646 View commit details

Commits on Jan 9, 2021

  1. Core: fixed Regular Expression Denial of Service vulnerability (#2371)

    ReDoS, or Regular Expression Denial of Service, is a vulnerability affecting
    poorly constructed and potentially inefficient regular expressions which can
    make them perform extremely badly given a creatively constructed input string.
    
    GHSL-2020-294
    
    credits to @erik-krogh for reporting the issue and providing a fix
    staabm authored Jan 9, 2021
    Copy the full SHA
    5d8f29e View commit details
  2. Release:1.19.3

    staabm committed Jan 9, 2021
    Copy the full SHA
    45b9e28 View commit details
Loading