aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* Core:Manipulation: Add basic TrustedHTML supportMichał Gołębiowski-Owczarek2021-09-301-15/+1
* Core: Make jQuery.isXMLDoc accept falsy inputMichał Gołębiowski-Owczarek2020-12-071-2/+2
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-12/+1
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-4/+4
* Build: Move ESLint max-len disable-directive to dist/.eslintrc.jsonEd S2020-04-271-2/+0
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-101-3/+4
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-28/+19
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-251-3/+3
* Core: Remove private copies of push, sort & splice from the jQuery prototypeMichał Gołębiowski-Owczarek2019-09-241-7/+1
* Core: Implement .even() & .odd() to replace POS :even & :oddMichał Gołębiowski-Owczarek2019-09-241-0/+12
* Core: Deprecate jQuery.trimShashanka Nataraj2019-08-221-5/+1
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-2/+50
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-3/+2
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-20/+7
* Core: Prevent Object.prototype pollution for $.extend( true, ... )Michał Gołębiowski-Owczarek2019-03-251-1/+2
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-211-2/+2
* Core: Tiny efficiency fix to jQuery.extend / jQuery.fn.extend (#4246)Marja Hölttä2018-12-121-6/+8
* Build: Remove unnecessary ESLint exceptionEd S2018-06-181-3/+0
* Core: deprecate jQuery.typeJason Bedard2018-01-161-14/+4
* Core: deprecate jQuery.isNumericJason Bedard2018-01-151-14/+0
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-12/+4
* Core: deprecate jQuery.proxy (not slated for removal)Timmy Willison2018-01-081-29/+0
* Core: deprecate jQuery.nowTimmy Willison2018-01-081-2/+0
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-081-17/+1
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-101-6/+3
* Docs:Tests: Update IE/Edge-related support comments & testsMichał Gołębiowski2017-05-151-1/+1
* Core: Update isFunction to handle unusual-@@toStringTag inputRichard Gibson2017-04-241-2/+7
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-4/+0
* Core: Deprecate jQuery.isArrayManoj Kumar2016-11-301-4/+2
* Build: .eslintrc -> .eslintrc.jsonOleg Gaidarenko2016-08-021-1/+1
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-151-5/+6
* Build: ESLint detailsOleg Gaidarenko2016-06-111-6/+8
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Core: Simplify isPlainObjectRichard Gibson2016-04-041-18/+18
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-5/+5
* Docs: Update support comments related to IEMichał Gołębiowski2016-03-301-1/+1
* Core: Restore 1.x isPlainObject constructor checksRichard Gibson2016-03-141-1/+3
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-071-3/+6
* Core: Improve isNumeric logic and test coverageSteve Mao2016-01-241-1/+5
* Core: do not expose second argument of the `jQuery.globalEval`Oleg Gaidarenko2015-12-021-8/+6
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-091-3/+4
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-211-6/+6
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-171-1/+2
* Core: Support Symbol wrapper objects in jQuery.typeChristian Grete2015-10-131-1/+1
* Core: Remove unnecessary parameter to jQuery#constructorYongwoo Jeon2015-09-081-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-21/+29
* Core: .each/.map should accept an undefined/null valueThomas Tortorini2015-07-271-11/+9
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-131-0/+10
* Core: remove isArraylike check for nodesMu Haibao2015-05-051-4/+0
* Data: camelCasing should not ignore caseTimmy Willison2015-05-041-1/+1