| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecated: Remove jQuery.trim | Michał Gołębiowski-Owczarek | 2020-05-18 | 2 | -6/+0 |
* | Build: Update eslint-config-jquery, fix linting violations | Michał Gołębiowski-Owczarek | 2020-05-18 | 9 | -9/+9 |
* | Docs: Change JS Foundation mentions to OpenJS Foundation | Michał Gołębiowski-Owczarek | 2020-05-18 | 1 | -1/+1 |
* | Build: Followups after introducing ES modules compiled via Rollup | Michał Gołębiowski-Owczarek | 2020-05-05 | 2 | -2/+2 |
* | CSS: Include `show`, `hide` & `toggle` methods in the jQuery slim build | Michał Gołębiowski-Owczarek | 2020-05-05 | 1 | -0/+1 |
* | Build: Correct code indentations based on jQuery Style Guide | Wonseop Kim | 2020-05-05 | 16 | -42/+60 |
* | Build: Move ESLint max-len disable-directive to dist/.eslintrc.json | Ed S | 2020-04-27 | 1 | -2/+0 |
* | Ajax: Overwrite s.contentType with content-type header value, if any | Christian Wenz | 2020-04-06 | 1 | -0/+9 |
* | Manipulation: Make jQuery.htmlPrefilter an identity function | Michał Gołębiowski-Owczarek | 2020-03-16 | 1 | -4/+1 |
* | Data:Event:Manipulation: Prevent collisions with Object.prototype | Michał Gołębiowski-Owczarek | 2020-03-02 | 4 | -9/+11 |
* | Build: Enable ESLint one-var rule for var declarations in browser code | Michał Gołębiowski-Owczarek | 2020-03-02 | 2 | -5/+6 |
* | Core: Fire iframe script in its context, add doc param in globalEval | Michał Gołębiowski-Owczarek | 2020-02-10 | 3 | -6/+7 |
* | Event: remove jQuery.event.global | Michał Gołębiowski-Owczarek | 2020-02-10 | 1 | -5/+0 |
* | Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated | Michał Gołębiowski-Owczarek | 2020-01-21 | 5 | -47/+45 |
* | CSS: Remove the opacity CSS hook | Michał Gołębiowski-Owczarek | 2020-01-21 | 1 | -12/+1 |
* | Attributes: Refactor val(): don't strip carriage return, isolate IE workarounds | Michał Gołębiowski-Owczarek | 2020-01-13 | 1 | -22/+19 |
* | Attributes: Don't set the type attr hook at all outside of IE | Michał Gołębiowski-Owczarek | 2020-01-13 | 1 | -17/+18 |
* | Build:Tests: Fix custom build tests, verify on Travis | Michał Gołębiowski-Owczarek | 2020-01-07 | 3 | -2/+3 |
* | Selector: Remove the "a:enabled" workaround for Chrome <=77 | Michał Gołębiowski-Owczarek | 2019-12-16 | 1 | -9/+0 |
* | Event: Only attach events to objects that accept data - for real | Michał Gołębiowski-Owczarek | 2019-12-09 | 1 | -2/+3 |
* | Build: Require extensions for ES6 imports, prevent import cycles | Michał Gołębiowski-Owczarek | 2019-11-25 | 1 | -0/+7 |
* | Build: Fix the import path to serialize.js from ajax.js | Michał Gołębiowski-Owczarek | 2019-11-19 | 1 | -1/+1 |
* | Selector: Make empty attribute selectors work in IE again | Michał Gołębiowski-Owczarek | 2019-11-18 | 3 | -4/+18 |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 112 | -1088/+563 |
* | Selector: Use shallow document comparisons in uniqueSort | Michał Gołębiowski-Owczarek | 2019-10-21 | 1 | -3/+16 |
* | Docs: Update most URLs to HTTPS | Michał Gołębiowski-Owczarek | 2019-10-21 | 1 | -7/+7 |
* | CSS: Workaround buggy getComputedStyle on table rows in IE/Edge | Michał Gołębiowski-Owczarek | 2019-10-14 | 2 | -9/+58 |
* | Selector: Make selectors with leading combinators use qSA again | Michał Gołębiowski-Owczarek | 2019-10-14 | 1 | -1/+4 |
* | Manipulation:Selector: Use the nodeName util where possible to save size | Michał Gołębiowski-Owczarek | 2019-10-08 | 2 | -19/+18 |
* | Ajax: Do not execute scripts for unsuccessful HTTP responses | Sean Robinson | 2019-09-26 | 1 | -0/+5 |
* | Core: Use Array.prototype.flat where supported | Ahmed.S.ElAfifi | 2019-09-25 | 4 | -13/+21 |
* | Selector: Use shallow document comparisons to avoid IE/Edge crashes | Michał Gołębiowski-Owczarek | 2019-09-25 | 1 | -13/+24 |
* | Core: Remove private copies of push, sort & splice from the jQuery prototype | Michał Gołębiowski-Owczarek | 2019-09-24 | 4 | -13/+15 |
* | Core: Implement .even() & .odd() to replace POS :even & :odd | Michał Gołębiowski-Owczarek | 2019-09-24 | 1 | -0/+12 |
* | Deprecated: Fix AMD parameter order | Michał Gołębiowski-Owczarek | 2019-08-31 | 1 | -1/+1 |
* | Selector: reduce size, simplify setDocument | Michał Gołębiowski-Owczarek | 2019-08-26 | 2 | -128/+112 |
* | Ajax: Simplify jQuery.ajaxSettings.xhr | Michał Gołębiowski-Owczarek | 2019-08-26 | 1 | -3/+1 |
* | Core: Deprecate jQuery.trim | Shashanka Nataraj | 2019-08-22 | 2 | -7/+7 |
* | Selector: Leverage the :scope pseudo-class where possible | Michał Gołębiowski-Owczarek | 2019-08-19 | 2 | -11/+35 |
* | Selector: Bring back querySelectorAll shortcut usage | Michał Gołębiowski-Owczarek | 2019-08-09 | 1 | -2/+1 |
* | Selector: Inline Sizzle into the selector module | Michał Gołębiowski-Owczarek | 2019-07-29 | 16 | -310/+1898 |
* | Selector: Port Sizzle tests to jQuery | Michał Gołębiowski-Owczarek | 2019-06-26 | 1 | -5/+9 |
* | Build: ESLint: forbid unused function parameters | Michał Gołębiowski-Owczarek | 2019-05-13 | 16 | -34/+23 |
* | Core: Remove IE-specific support tests, rely on document.documentMode | Michał Gołębiowski-Owczarek | 2019-05-13 | 9 | -144/+41 |
* | Traversing: Fix `contents()` on `<object>`s with children in IE | Michał Gołębiowski-Owczarek | 2019-05-08 | 1 | -2/+9 |
* | Traversing: Fix `contents()` on `<object>`s with children | Pat O'Callaghan | 2019-05-06 | 1 | -1/+1 |
* | Effect: Fix a unnecessary conditional statement in .stop() | Wonseop Kim | 2019-05-01 | 1 | -1/+1 |
* | Build: Fix AMD dependencies in curCSS | Michał Gołębiowski-Owczarek | 2019-04-30 | 2 | -8/+1 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 51 | -657/+275 |
* | Core: Remove deprecated jQuery APIs | Michał Gołębiowski-Owczarek | 2019-04-29 | 3 | -33/+4 |