2019-12-03 |
Christian Oliff | Docs: Change OS X to macOS in README |
commit | commitdiff | tree | snapshot |
2019-12-02 |
Michał Gołębiowski... | Build: Fix the Windows build |
commit | commitdiff | tree | snapshot |
2019-11-25 |
Michał Gołębiowski... | Build: Require extensions for ES6 imports, prevent... |
commit | commitdiff | tree | snapshot |
2019-11-19 |
Michał Gołębiowski... | Build: Fix the import path to serialize.js from ajax.js |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Michał Gołębiowski... | Selector: Make empty attribute selectors work in IE... |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Michał Gołębiowski... | Core: Migrate from AMD to ES modules 🎉 |
commit | commitdiff | tree | snapshot |
2019-10-28 |
Michał Gołębiowski... | Tests: Skip a "width/height on a table row with phantom... |
commit | commitdiff | tree | snapshot |
2019-10-28 |
Michał Gołębiowski... | Tests: Don't test synchronous XHR on unload in Chrome |
commit | commitdiff | tree | snapshot |
2019-10-22 |
Michał Gołębiowski... | Build: Run tests on Travis only on browsers defined... |
commit | commitdiff | tree | snapshot |
2019-10-22 |
Michał Gołębiowski... | Build: Run tests on Firefox ESR as well |
commit | commitdiff | tree | snapshot |
2019-10-22 |
Michał Gołębiowski... | Build: Run tests on Node.js 13 in addition to 8, 10... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Michał Gołębiowski... | Build: Run tests on Travis on FirefoxHeadless as well |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Michał Gołębiowski... | Selector: Use shallow document comparisons in uniqueSort |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Michał Gołębiowski... | Docs: Update most URLs to HTTPS |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Michał Gołębiowski... | Selector: Add a test for throwing on post-comma invalid... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Michał Gołębiowski... | Tests: Stop using jQuery.find in tests |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Michał Gołębiowski... | CSS: Workaround buggy getComputedStyle on table rows... |
commit | commitdiff | tree | snapshot |
2019-10-14 |
Michał Gołębiowski... | Selector: Make selectors with leading combinators use... |
commit | commitdiff | tree | snapshot |
2019-10-08 |
Michał Gołębiowski... | Build: Require strict mode in Node.js scripts via ESLint |
commit | commitdiff | tree | snapshot |
2019-10-08 |
Michał Gołębiowski... | Manipulation:Selector: Use the nodeName util where... |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Christian Oliff | Docs: Convert link to Homebrew from HTTP to HTTPS |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Michał Gołębiowski... | Build: Support jquery-release --dry-run flag |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Michał Gołębiowski... | Build: Stop copying src/core.js to dist on release |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Michał Gołębiowski... | Release: Update AUTHORS.txt |
commit | commitdiff | tree | snapshot |
2019-09-26 |
Sean Robinson | Ajax: Do not execute scripts for unsuccessful HTTP... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Ahmed.S.ElAfifi | Core: Use Array.prototype.flat where supported |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Michał Gołębiowski... | Selector: Use shallow document comparisons to avoid... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Michał Gołębiowski... | Core: Remove private copies of push, sort & splice... |
commit | commitdiff | tree | snapshot |
2019-09-24 |
Michał Gołębiowski... | Core: Implement .even() & .odd() to replace POS :even... |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Michał Gołębiowski... | Deprecated: Fix AMD parameter order |
commit | commitdiff | tree | snapshot |
2019-08-26 |
Michał Gołębiowski... | Selector: reduce size, simplify setDocument |
commit | commitdiff | tree | snapshot |
2019-08-26 |
Michał Gołębiowski... | Ajax: Simplify jQuery.ajaxSettings.xhr |
commit | commitdiff | tree | snapshot |
2019-08-26 |
Michał Gołębiowski... | Build: Remove the external directory, read from node_mo... |
commit | commitdiff | tree | snapshot |
2019-08-22 |
Shashanka Nataraj | Core: Deprecate jQuery.trim |
commit | commitdiff | tree | snapshot |
2019-08-20 |
Richard Gibson | Tests: Port changes from Sizzle |
commit | commitdiff | tree | snapshot |
2019-08-19 |
Michał Gołębiowski... | Selector: Leverage the :scope pseudo-class where possible |
commit | commitdiff | tree | snapshot |
2019-08-19 |
Michał Gołębiowski... | Tests: Fix a comment in testinit.js |
commit | commitdiff | tree | snapshot |
2019-08-12 |
Timmy Willison | Tests: update npo.js and include unminified source... |
commit | commitdiff | tree | snapshot |
2019-08-09 |
Michał Gołębiowski... | Selector: Bring back querySelectorAll shortcut usage |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Michał Gołębiowski... | Selector: Inline Sizzle into the selector module |
commit | commitdiff | tree | snapshot |
2019-06-26 |
Michał Gołębiowski... | Selector: Port Sizzle tests to jQuery |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Michał Gołębiowski... | Build: ESLint: forbid unused function parameters |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Michał Gołębiowski... | Build: Fix the regex parsing AMD var-modules (#4389) |
commit | commitdiff | tree | snapshot |
2019-05-13 |
Michał Gołębiowski... | Core: Remove IE-specific support tests, rely on documen... |
commit | commitdiff | tree | snapshot |
2019-05-08 |
Michał Gołębiowski... | Traversing: Fix `contents()` on `<object>`s with childr... |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Pat O'Callaghan | Traversing: Fix `contents()` on `<object>`s with children |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Wonseop Kim | Effect: Fix a unnecessary conditional statement in... |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Michał Gołębiowski... | Build: Fix AMD dependencies in curCSS |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Michał Gołębiowski... | Core: Drop support for IE <11, iOS <11, Firefox <65... |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Richard Gibson | Tests: Restrict an event test fallback to TestSwarm |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Michał Gołębiowski... | Core: Remove deprecated jQuery APIs |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Michał Gołębiowski... | Tests: Fix the new focusin/focusout test in IE |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Michał Gołębiowski... | Event: Stop shimming focusin & focusout events |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Michał Gołębiowski... | Data: Separate data & css/effects camelCase implementations |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Richard Gibson | Event: Prevent leverageNative from registering duplicat... |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Richard Gibson | Event: Fix handling of multiple async focus events |
commit | commitdiff | tree | snapshot |
2019-04-23 |
Michał Gołębiowski... | Build: Test on Node.js 12, stop testing on Node.js... |
commit | commitdiff | tree | snapshot |
2019-04-17 |
Michał Gołębiowski... | Build: Fix unresolved jQuery reference in finalPropName |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Timmy Willison | Release: update AUTHORS.txt |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Michał Gołębiowski... | Build: Update Sizzle from 2.3.3 to 2.3.4 |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Michał Gołębiowski... | CSS: Don't automatically add "px" to properties with... 4055/head |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Michał Gołębiowski... | Build: Update the master version to 4.0.0-pre |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Michał Gołębiowski... | Tests: Fix the core-js polyfill inclusion method |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Michał Gołębiowski... | Build: Update Sinon from 2.3.7 to 7.3.1, other updates |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Timmy Willison | Update README.md |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Michał Gołębiowski... | Tests: Make Android Browser 4.0-4.3 dimensions tests... |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Michał Gołębiowski... | Tests: Make Android Browser 4.0-4.3 AJAX tests green |
commit | commitdiff | tree | snapshot |
2019-03-25 |
buddh4 | Core: Preserve CSP nonce on scripts with src attribute... 4328/head |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Richard Gibson | Event: Prevent leverageNative from double-firing focusin |
commit | commitdiff | tree | snapshot |
2019-03-25 |
Michał Gołębiowski... | Core: Prevent Object.prototype pollution for $.extend... |
commit | commitdiff | tree | snapshot |
2019-03-20 |
Richard Gibson | Event: Leverage native events for focus/blur/click... |
commit | commitdiff | tree | snapshot |
2019-03-18 |
Michał Gołębiowski... | CSS: Avoid forcing a reflow in width/height getters... |
commit | commitdiff | tree | snapshot |
2019-03-11 |
Michał Gołębiowski... | Build: Run the basic test suite in jsdom |
commit | commitdiff | tree | snapshot |
2019-03-11 |
Michał Gołębiowski... | Build: Remove manual QUnit fixture resetting |
commit | commitdiff | tree | snapshot |
2019-03-11 |
Michał Gołębiowski... | Build: Make Promises/A+ tests use the dot reporter... |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Michał Gołębiowski... | Build: Update QUnit from 1.23.1 to 2.9.2 4314/head |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Michał Gołębiowski... | Build: Run Karma browser tests on Node.js 10 instead... |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Michał Gołębiowski... | Build: Update jsdom; migrate a test with Symbol polyfil... |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Michał Gołębiowski... | Build: Remove obsolete globals from ESLint configuration |
commit | commitdiff | tree | snapshot |
2019-02-19 |
abnud1 | Build: Update most dependencies |
commit | commitdiff | tree | snapshot |
2019-02-18 |
abnud1 | Build: Update test code for compatibility with QUnit... |
commit | commitdiff | tree | snapshot |
2019-01-29 |
Michał Gołębiowski... | Build: Advise to create test cases on JS Bin or CodePen... |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Michał Gołębiowski... | Core: Support passing nonce through jQuery.globalEval |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Michał Gołębiowski... | Manipulation: Respect script nomodule attribute in... |
commit | commitdiff | tree | snapshot |
2019-01-14 |
Michał Gołębiowski... | Tests: Skip nonce tests in old iOS/Android as well |
commit | commitdiff | tree | snapshot |
2019-01-14 |
Michał Gołębiowski... | Core: Preserve CSP nonce on scripts in DOM manipulation |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Michał Gołębiowski... | Tests: Exclude Android 4.x from repeated header names... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Richard Gibson | Manipulation: Restore _evalUrl jQuery.ajax calls to... |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Richard Gibson | Manipulation: Only evaluate HTTP-successful script src |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Marja Hölttä | Core: Tiny efficiency fix to jQuery.extend / jQuery... |
commit | commitdiff | tree | snapshot |
2018-12-03 |
Timmy Willison | Tests: fix dimensions tests in testswarm |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Timmy Willison | Dimensions: fall back to offsetWidth/Height for border... |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Timmy Willison | Tests: add IE launcher for debugging IE11 on Windows |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Timmy Willison | Tests: fix ajax test failure; add to header instead... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Andrei Fangli | Ajax: Fix getResponseHeader(key) for IE11 |
commit | commitdiff | tree | snapshot |
2018-11-12 |
Michał Gołębiowski... | Tests: Add Safari 12 & iOS 12 results |
commit | commitdiff | tree | snapshot |
2018-11-12 |
Michał Gołębiowski... | Tests: Move latest Firefox before Firefox 60 test results |
commit | commitdiff | tree | snapshot |
2018-11-09 |
Saptak Sengupta | Core: Recognize Shadow DOM in attachment checks |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Michał Gołębiowski... | Build: Run tests on Node.js 11 as well |
commit | commitdiff | tree | snapshot |
2018-10-08 |
Michał Gołębiowski... | CSS: Don't read styles.position in the width/height... |
commit | commitdiff | tree | snapshot |
next |