aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-09-2617-26/+25
* Build: Fix the regex parsing AMD var-modules (#4389)Michał Gołębiowski-Owczarek2019-09-261-1/+1
* Effect: Fix a unnecessary conditional statement in .stop()Wonseop Kim2019-09-261-1/+1
* Core: Deprecate jQuery.trimShashanka Nataraj2019-09-265-36/+33
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-255-15/+41
* Build: Update the version to 3.5.0-preMichał Gołębiowski-Owczarek2019-09-251-1/+1
* Core: Implement .even() & .odd() to replace POS :even & :oddMichał Gołębiowski-Owczarek2019-09-242-0/+24
* Tests: Fix offset fractions tests in Chrome for AndroidMichał Gołębiowski-Owczarek2019-09-241-1/+1
* Tests: Move Android user agent detection above iOS, put Safari lastMichał Gołębiowski-Owczarek2019-09-241-4/+4
* Tests: Make support tests accept Safari 13 & newerMichał Gołębiowski-Owczarek2019-09-231-5/+5
* Tests: update npo.js and include unminified source insteadTimmy Willison2019-08-122-2/+370
* Selector: Make selector-native's isXMLDoc recognize HTML-embedded SVGMichał Gołębiowski-Owczarek2019-07-292-13/+55
* Traversing: Fix `contents()` on `<object>`s with children in IEMichał Gołębiowski-Owczarek2019-05-081-2/+9
* Traversing: Fix `contents()` on `<object>`s with childrenPat O'Callaghan2019-05-062-1/+14
* Build: Updating the 3.4-stable version to 3.4.2-pre.Timmy Willison2019-05-011-1/+1
* Core: Make isAttached work with iOS 10.0-10.2Michał Gołębiowski-Owczarek2019-04-293-5/+20
* Event: Prevent leverageNative from registering duplicate dummy handlersRichard Gibson2019-04-291-5/+5
* Event: Fix handling of multiple async focus eventsRichard Gibson2019-04-292-12/+61
* Build: Test on Node.js 12, stop testing on Node.js 6 & 11Michał Gołębiowski-Owczarek2019-04-231-2/+1
* Build: Fix unresolved jQuery reference in finalPropNameMichał Gołębiowski-Owczarek2019-04-172-4/+12
* Build: Updating the 3.4-stable version to 3.4.1-preTimmy Willison2019-04-101-1/+1
* Release: update AUTHORS.txtTimmy Willison2019-04-091-0/+8
* Release: update version to 3.4.0-preTimmy Willison2019-04-091-1/+1
* Build: Update Sizzle from 2.3.3 to 2.3.4Michał Gołębiowski-Owczarek2019-04-095-46/+56
* Update README.mdTimmy Willison2019-04-021-1/+1
* Tests: Make Android Browser 4.0-4.3 dimensions tests greenMichał Gołębiowski-Owczarek2019-03-271-2/+16
* Tests: Make Android Browser 4.0-4.3 AJAX tests greenMichał Gołębiowski-Owczarek2019-03-271-1/+9
* Core: Preserve CSP nonce on scripts with src attribute in DOM manipulationbuddh42019-03-255-3/+46
* Event: Prevent leverageNative from double-firing focusinRichard Gibson2019-03-252-93/+85
* Core: Prevent Object.prototype pollution for $.extend( true, ... )Michał Gołębiowski-Owczarek2019-03-252-1/+9
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-205-54/+294
* CSS: Avoid forcing a reflow in width/height getters unless necessaryMichał Gołębiowski-Owczarek2019-03-182-11/+20
* Build: Run the basic test suite in jsdomMichał Gołębiowski-Owczarek2019-03-115-4/+98
* Build: Remove manual QUnit fixture resettingMichał Gołębiowski-Owczarek2019-03-112-5/+1
* Build: Make Promises/A+ tests use the dot reporter instead of the defaultMichał Gołębiowski-Owczarek2019-03-111-5/+6
* Build: Update QUnit from 1.23.1 to 2.9.2Michał Gołębiowski-Owczarek2019-03-0415-4520/+6768
* Build: Run Karma browser tests on Node.js 10 instead of 8Michał Gołębiowski-Owczarek2019-03-041-1/+1
* Build: Update jsdom; migrate a test with Symbol polyfill to an iframe testMichał Gołębiowski-Owczarek2019-03-0419-131/+162
* Build: Remove obsolete globals from ESLint configurationMichał Gołębiowski-Owczarek2019-02-193-11/+6
* Build: Update most dependenciesabnud12019-02-193-20/+24
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-1838-5435/+10979
* Build: Advise to create test cases on JS Bin or CodePen, drop JSFiddleMichał Gołębiowski-Owczarek2019-01-291-1/+1
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-218-17/+64
* Manipulation: Respect script nomodule attribute in DOM manipulationMichał Gołębiowski-Owczarek2019-01-214-2/+34
* Tests: Skip nonce tests in old iOS/Android as wellMichał Gołębiowski-Owczarek2019-01-141-2/+5
* Core: Preserve CSP nonce on scripts in DOM manipulationMichał Gołębiowski-Owczarek2019-01-147-1/+68
* Tests: Exclude Android 4.x from repeated header names testMichał Gołębiowski-Owczarek2018-12-141-1/+11
* Manipulation: Restore _evalUrl jQuery.ajax calls to dataType: scriptRichard Gibson2018-12-131-4/+8
* Manipulation: Only evaluate HTTP-successful script srcRichard Gibson2018-12-122-2/+24
* Core: Tiny efficiency fix to jQuery.extend / jQuery.fn.extend (#4246)Marja Hölttä2018-12-121-6/+8