| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: replace dead links in qunit fixture | Timmy Willison | 2024-08-12 | 1 | -8/+8 |
* | CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapper | Michał Gołębiowski-Owczarek | 2023-09-20 | 1 | -1/+1 |
* | Core: Simplify code post browser support reduction | Michał Gołębiowski-Owczarek | 2023-09-20 | 1 | -1/+1 |
* | Build: migrate most grunt tasks off of grunt | Timmy Willison | 2023-09-18 | 1 | -51/+67 |
* | Selector: Backport jQuery selection context logic to selector-native | Michał Gołębiowski-Owczarek | 2023-02-13 | 1 | -1/+1 |
* | Core:Selector: Move jQuery.contains from the selector to the core module | Michał Gołębiowski-Owczarek | 2022-12-12 | 1 | -0/+56 |
* | Tests: Remove a workaround for a Firefox XML parsing issue | Michał Gołębiowski-Owczarek | 2022-10-03 | 1 | -7/+1 |
* | Tests: Exclude tests based on compilation flags, not API presence | Michał Gołębiowski-Owczarek | 2022-06-28 | 1 | -11/+11 |
* | Tests: Workaround an XML parsing bug in Firefox | Michał Gołębiowski-Owczarek | 2022-02-28 | 1 | -1/+7 |
* | Docs: Fix incorrect `trac-NUMBER` references | Michał Gołębiowski-Owczarek | 2022-01-12 | 1 | -1/+1 |
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 1 | -18/+18 |
* | Core: Report browser errors in parseXML | Michał Gołębiowski-Owczarek | 2020-12-08 | 1 | -2/+25 |
* | Core: Make jQuery.isXMLDoc accept falsy input | Michał Gołębiowski-Owczarek | 2020-12-07 | 1 | -0/+10 |
* | Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge) | Michał Gołębiowski-Owczarek | 2020-09-22 | 1 | -4/+4 |
* | Manipulation: Make jQuery.htmlPrefilter an identity function | Michał Gołębiowski-Owczarek | 2020-03-16 | 1 | -7/+7 |
* | Core: Fire iframe script in its context, add doc param in globalEval | Michał Gołębiowski-Owczarek | 2020-02-10 | 1 | -0/+13 |
* | Core: Use Array.prototype.flat where supported | Ahmed.S.ElAfifi | 2019-09-25 | 1 | -1/+18 |
* | Core: Implement .even() & .odd() to replace POS :even & :odd | Michał Gołębiowski-Owczarek | 2019-09-24 | 1 | -0/+12 |
* | Core: Deprecate jQuery.trim | Shashanka Nataraj | 2019-08-22 | 1 | -22/+0 |
* | Selector: Inline Sizzle into the selector module | Michał Gołębiowski-Owczarek | 2019-07-29 | 1 | -3/+3 |
* | Selector: Port Sizzle tests to jQuery | Michał Gołębiowski-Owczarek | 2019-06-26 | 1 | -8/+46 |
* | Core: Remove IE-specific support tests, rely on document.documentMode | Michał Gołębiowski-Owczarek | 2019-05-13 | 1 | -2/+2 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -34/+16 |
* | Build: Update Sinon from 2.3.7 to 7.3.1, other updates | Michał Gołębiowski-Owczarek | 2019-04-04 | 1 | -3/+3 |
* | Core: Prevent Object.prototype pollution for $.extend( true, ... ) | Michał Gołębiowski-Owczarek | 2019-03-25 | 1 | -0/+7 |
* | Build: Update jsdom; migrate a test with Symbol polyfill to an iframe test | Michał Gołębiowski-Owczarek | 2019-03-04 | 1 | -0/+11 |
* | Build: Update test code for compatibility with QUnit 2.x (#4297) | abnud1 | 2019-02-18 | 1 | -8/+10 |
* | Core: deprecate jQuery.type | Jason Bedard | 2018-01-16 | 1 | -53/+1 |
* | Core: deprecate jQuery.isNumeric | Jason Bedard | 2018-01-15 | 1 | -75/+0 |
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -147/+0 |
* | Core: deprecate jQuery.proxy (not slated for removal) | Timmy Willison | 2018-01-08 | 1 | -48/+0 |
* | Core: deprecate jQuery.now | Timmy Willison | 2018-01-08 | 1 | -2/+2 |
* | Core: make camelCase function available only for internal usage | Nilton Cesar | 2018-01-08 | 1 | -19/+0 |
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 1 | -3/+3 |
* | Core: Deprecate jQuery.isWindow | Shashanka Nataraj | 2017-07-10 | 1 | -19/+0 |
* | Tests: minor typos | Andreas Solleder | 2017-06-05 | 1 | -1/+1 |
* | Core: Update isFunction to handle unusual-@@toStringTag input | Richard Gibson | 2017-04-24 | 1 | -2/+62 |
* | Core: Deprecate jQuery.nodeName | karan-96 | 2017-03-01 | 1 | -2/+2 |
* | Tests: Added tests for symbol-separated tag names | David Broder-Rodgers | 2016-12-29 | 1 | -9/+18 |
* | Core: Deprecate jQuery.isArray | Manoj Kumar | 2016-11-30 | 1 | -2/+2 |
* | Core: expose noConflict in AMD mode | Timmy Willison | 2016-08-15 | 1 | -16/+13 |
* | Build: More ESLint related changes | Oleg Gaidarenko | 2016-07-09 | 1 | -1/+0 |
* | Core: Re-throw errors that happened in callbacks wrapped in jQuery ready | Michał Gołębiowski | 2016-07-07 | 1 | -1/+51 |
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -12/+11 |
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 1 | -9/+9 |
* | Core: add test for `jQuery.isPlainObject(localStorage)` | Oleg Gaidarenko | 2016-04-08 | 1 | -0/+6 |
* | Core: Simplify isPlainObject | Richard Gibson | 2016-04-04 | 1 | -5/+6 |
* | Core: set the base href of the context in parseHTML | Timmy Willison | 2016-04-04 | 1 | -0/+9 |
* | Core: Restore 1.x isPlainObject constructor checks | Richard Gibson | 2016-03-14 | 1 | -1/+10 |
* | Tests: add additional test for jQuery.isPlainObject | Oleg Gaidarenko | 2016-03-12 | 1 | -1/+11 |