aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Data: do not include digits when camelCasingTimmy Willison2015-05-031-1/+1
* Core: add workaround for iOS JIT error in isArrayLikeTimmy Willison2015-04-291-1/+6
* Core: change jQuery.each and jQuery#each signaturesOleg Gaidarenko2015-02-191-31/+10
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-111-4/+0
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-4/+2
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-091-1/+1
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-091-1/+1
* Core: Simplify and speed up .eachDaniel Husar2014-12-091-14/+5
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-1/+3
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-2/+5
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-161-19/+4
* Support: clean up comments and Support notationDave Methvin2014-06-101-6/+4
* Core: Work around loss of precision from parseFloatRichard Gibson2014-06-071-1/+2
* Core: Fix comments for .get() methodBenjy Cui2014-03-201-2/+2