aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-18124-1324/+801
* Tests: Skip a "width/height on a table row with phantom borders" test in FirefoxMichał Gołębiowski-Owczarek2019-10-281-1/+8
* Tests: Don't test synchronous XHR on unload in ChromeMichał Gołębiowski-Owczarek2019-10-281-8/+13
* Build: Run tests on Travis only on browsers defined in the configMichał Gołębiowski-Owczarek2019-10-221-2/+4
* Build: Run tests on Firefox ESR as wellMichał Gołębiowski-Owczarek2019-10-221-0/+7
* Build: Run tests on Node.js 13 in addition to 8, 10 & 12Michał Gołębiowski-Owczarek2019-10-221-0/+1
* Build: Run tests on Travis on FirefoxHeadless as wellMichał Gołębiowski-Owczarek2019-10-212-9/+9
* Selector: Use shallow document comparisons in uniqueSortMichał Gołębiowski-Owczarek2019-10-211-3/+16
* Docs: Update most URLs to HTTPSMichał Gołębiowski-Owczarek2019-10-219-29/+29
* Selector: Add a test for throwing on post-comma invalid selectorsMichał Gołębiowski-Owczarek2019-10-211-1/+2
* Tests: Stop using jQuery.find in testsMichał Gołębiowski-Owczarek2019-10-212-109/+109
* CSS: Workaround buggy getComputedStyle on table rows in IE/EdgeMichał Gołębiowski-Owczarek2019-10-144-9/+84
* Selector: Make selectors with leading combinators use qSA againMichał Gołębiowski-Owczarek2019-10-141-1/+4
* Build: Require strict mode in Node.js scripts via ESLintMichał Gołębiowski-Owczarek2019-10-0911-14/+24
* Manipulation:Selector: Use the nodeName util where possible to save sizeMichał Gołębiowski-Owczarek2019-10-082-19/+18
* Docs: Convert link to Homebrew from HTTP to HTTPSChristian Oliff2019-10-071-1/+1
* Build: Support jquery-release --dry-run flagMichał Gołębiowski-Owczarek2019-10-051-1/+2
* Build: Stop copying src/core.js to dist on releaseMichał Gołębiowski-Owczarek2019-10-041-4/+7
* Release: Update AUTHORS.txtMichał Gołębiowski-Owczarek2019-09-262-0/+4
* Ajax: Do not execute scripts for unsuccessful HTTP responsesSean Robinson2019-09-264-0/+145
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-255-14/+39
* Selector: Use shallow document comparisons to avoid IE/Edge crashesMichał Gołębiowski-Owczarek2019-09-251-13/+24
* Core: Remove private copies of push, sort & splice from the jQuery prototypeMichał Gołębiowski-Owczarek2019-09-244-13/+15
* Core: Implement .even() & .odd() to replace POS :even & :oddMichał Gołębiowski-Owczarek2019-09-242-0/+24
* Deprecated: Fix AMD parameter orderMichał Gołębiowski-Owczarek2019-08-311-1/+1
* Selector: reduce size, simplify setDocumentMichał Gołębiowski-Owczarek2019-08-263-130/+128
* Ajax: Simplify jQuery.ajaxSettings.xhrMichał Gołębiowski-Owczarek2019-08-261-3/+1
* Build: Remove the external directory, read from node_modules directlyMichał Gołębiowski-Owczarek2019-08-2612-41508/+10
* Core: Deprecate jQuery.trimShashanka Nataraj2019-08-225-31/+30
* Tests: Port changes from SizzleRichard Gibson2019-08-201-3/+11
* Selector: Leverage the :scope pseudo-class where possibleMichał Gołębiowski-Owczarek2019-08-194-18/+107
* Tests: Fix a comment in testinit.jsMichał Gołębiowski-Owczarek2019-08-191-1/+0
* Tests: update npo.js and include unminified source insteadTimmy Willison2019-08-122-2/+370
* Selector: Bring back querySelectorAll shortcut usageMichał Gołębiowski-Owczarek2019-08-091-2/+1
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-2941-2965/+2174
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-2611-160/+1884
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-1319-37/+27
* Build: Fix the regex parsing AMD var-modules (#4389)Michał Gołębiowski-Owczarek2019-05-131-1/+1
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-1327-465/+293
* 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
* Effect: Fix a unnecessary conditional statement in .stop()Wonseop Kim2019-05-011-1/+1
* Build: Fix AMD dependencies in curCSSMichał Gołębiowski-Owczarek2019-04-302-8/+1
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-2967-1431/+515
* Tests: Restrict an event test fallback to TestSwarmRichard Gibson2019-04-291-1/+1
* Core: Remove deprecated jQuery APIsMichał Gołębiowski-Owczarek2019-04-296-497/+14
* Tests: Fix the new focusin/focusout test in IEMichał Gołębiowski-Owczarek2019-04-291-44/+59
* Event: Stop shimming focusin & focusout eventsMichał Gołębiowski-Owczarek2019-04-296-93/+35
* Data: Separate data & css/effects camelCase implementationsMichał Gołębiowski-Owczarek2019-04-297-18/+68
* Event: Prevent leverageNative from registering duplicate dummy handlersRichard Gibson2019-04-291-5/+5