aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Report browser errors in parseXMLMichał Gołębiowski-Owczarek2020-12-081-2/+25
* Core: Make jQuery.isXMLDoc accept falsy inputMichał Gołębiowski-Owczarek2020-12-071-0/+10
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-4/+4
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-7/+7
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-101-0/+13
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-251-1/+18
* Core: Implement .even() & .odd() to replace POS :even & :oddMichał Gołębiowski-Owczarek2019-09-241-0/+12
* Core: Deprecate jQuery.trimShashanka Nataraj2019-08-221-22/+0
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-3/+3
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-261-8/+46
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-2/+2
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-34/+16
* Build: Update Sinon from 2.3.7 to 7.3.1, other updatesMichał Gołębiowski-Owczarek2019-04-041-3/+3
* Core: Prevent Object.prototype pollution for $.extend( true, ... )Michał Gołębiowski-Owczarek2019-03-251-0/+7
* Build: Update jsdom; migrate a test with Symbol polyfill to an iframe testMichał Gołębiowski-Owczarek2019-03-041-0/+11
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-8/+10
* Core: deprecate jQuery.typeJason Bedard2018-01-161-53/+1
* Core: deprecate jQuery.isNumericJason Bedard2018-01-151-75/+0
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-147/+0
* Core: deprecate jQuery.proxy (not slated for removal)Timmy Willison2018-01-081-48/+0
* Core: deprecate jQuery.nowTimmy Willison2018-01-081-2/+2
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-081-19/+0
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-3/+3
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-101-19/+0
* Tests: minor typosAndreas Solleder2017-06-051-1/+1
* Core: Update isFunction to handle unusual-@@toStringTag inputRichard Gibson2017-04-241-2/+62
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-2/+2
* Tests: Added tests for symbol-separated tag namesDavid Broder-Rodgers2016-12-291-9/+18
* Core: Deprecate jQuery.isArrayManoj Kumar2016-11-301-2/+2
* Core: expose noConflict in AMD modeTimmy Willison2016-08-151-16/+13
* Build: More ESLint related changesOleg Gaidarenko2016-07-091-1/+0
* Core: Re-throw errors that happened in callbacks wrapped in jQuery readyMichał Gołębiowski2016-07-071-1/+51
* Build: ESLint detailsOleg Gaidarenko2016-06-111-12/+11
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-9/+9
* Core: add test for `jQuery.isPlainObject(localStorage)`Oleg Gaidarenko2016-04-081-0/+6
* Core: Simplify isPlainObjectRichard Gibson2016-04-041-5/+6
* Core: set the base href of the context in parseHTMLTimmy Willison2016-04-041-0/+9
* Core: Restore 1.x isPlainObject constructor checksRichard Gibson2016-03-141-1/+10
* Tests: add additional test for jQuery.isPlainObjectOleg Gaidarenko2016-03-121-1/+11
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-071-2/+14
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-021-87/+0
* Tests: fix typosWilliam Robinet2016-02-171-1/+1
* Core: Update isNumeric tests for pre-ES2015 safetyRichard Gibson2016-01-241-24/+20
* Core: Improve isNumeric logic and test coverageSteve Mao2016-01-241-2/+23
* Docs: remove compat referencesTimmy Willison2016-01-141-1/+1
* Docs: Fix various spelling errorsJosh Soref2016-01-131-1/+1
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-3/+7
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-211-1/+1
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-171-0/+7