Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Prevent Object.prototype pollution for $.extend( true, ... ) | Michał Gołębiowski-Owczarek | 2019-03-25 | 1 | -1/+2 |
| | | | Closes gh-4333 | ||||
* | Core: Support passing nonce through jQuery.globalEval | Michał Gołębiowski-Owczarek | 2019-01-21 | 1 | -2/+2 |
| | | | | | | Fixes gh-4278 Closes gh-4280 Ref gh-3541 Ref gh-4269 | ||||
* | Core: Tiny efficiency fix to jQuery.extend / jQuery.fn.extend (#4246) | Marja Hölttä | 2018-12-12 | 1 | -6/+8 |
| | | | | | | | | | Read target[name] only when it's needed. In addition to doing the property read-only when needed, this avoids a slow path in V8 (see the issue for more details). Fixes gh-4245 Closes gh-4246 | ||||
* | Build: Remove unnecessary ESLint exception | Ed S | 2018-06-18 | 1 | -3/+0 |
| | | | | | The linked-to issue was fixed 2 years ago. Closes gh-4095 | ||||
* | Core: deprecate jQuery.type | Jason Bedard | 2018-01-16 | 1 | -14/+4 |
| | | | | | Fixes gh-3605 Close gh-3895 | ||||
* | Core: deprecate jQuery.isNumeric | Jason Bedard | 2018-01-15 | 1 | -14/+0 |
| | | | | | Fixes gh-2960 Closes gh-3888 | ||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -12/+4 |
| | | | | Fixes gh-3609 | ||||
* | Core: deprecate jQuery.proxy (not slated for removal) | Timmy Willison | 2018-01-08 | 1 | -29/+0 |
| | | | | | Fixes gh-2958 Close gh-3885 | ||||
* | Core: deprecate jQuery.now | Timmy Willison | 2018-01-08 | 1 | -2/+0 |
| | | | | | Fixes gh-2959 Close gh-3884 | ||||
* | Core: make camelCase function available only for internal usage | Nilton Cesar | 2018-01-08 | 1 | -17/+1 |
| | | | | | Close gh-3604 Fixes gh-3384 | ||||
* | Core: Deprecate jQuery.isWindow | Shashanka Nataraj | 2017-07-10 | 1 | -6/+3 |
| | | | | | Fixes gh-3629 Close gh-3702 | ||||
* | Docs:Tests: Update IE/Edge-related support comments & tests | Michał Gołębiowski | 2017-05-15 | 1 | -1/+1 |
| | | | Closes gh-3661 | ||||
* | Core: Update isFunction to handle unusual-@@toStringTag input | Richard Gibson | 2017-04-24 | 1 | -2/+7 |
| | | | | | | Ref gh-3597 Fixes gh-3600 Fixes gh-3596 Closes gh-3617 | ||||
* | Core: Deprecate jQuery.nodeName | karan-96 | 2017-03-01 | 1 | -4/+0 |
| | | | | | Fixes gh-3475 Closes gh-3505 | ||||
* | Core: Deprecate jQuery.isArray | Manoj Kumar | 2016-11-30 | 1 | -4/+2 |
| | | | | | Fixes gh-2961 Closes gh-3278 | ||||
* | Build: .eslintrc -> .eslintrc.json | Oleg Gaidarenko | 2016-08-02 | 1 | -1/+1 |
| | | | | | | | | `.eslintrc` format is deprecated - http://eslint.org/docs/user-guide/configuring#configuration-file-formats Fixes gh-3248 Closes gh-3247 | ||||
* | Build: Update eslint config and fix associated errors | Oleg Gaidarenko | 2016-07-15 | 1 | -5/+6 |
| | |||||
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -6/+8 |
| | | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Core: Simplify isPlainObject | Richard Gibson | 2016-04-04 | 1 | -18/+18 |
| | | | | | Fixes gh-2986 Close gh-2998 | ||||
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 1 | -5/+5 |
| | | | | | The changes follow the spec proposed in: https://github.com/jquery/contribute.jquery.org/issues/95#issuecomment-69379197 | ||||
* | Docs: Update support comments related to IE | Michał Gołębiowski | 2016-03-30 | 1 | -1/+1 |
| | | | | All support comments were checked for Edge applicability. | ||||
* | Core: Restore 1.x isPlainObject constructor checks | Richard Gibson | 2016-03-14 | 1 | -1/+3 |
| | | | | | | | - Guard isPlainObject against inherited scalar constructors Fixes gh-2982 Close gh-2985 | ||||
* | Core: restore enumeration behavior in isPlainObject | Timmy Willison | 2016-03-07 | 1 | -3/+6 |
| | | | | | Fixes gh-2968 Close gh-2970 | ||||
* | Core: Improve isNumeric logic and test coverage | Steve Mao | 2016-01-24 | 1 | -1/+5 |
| | | | | | | | | | Also add back accidentally deleted comments about the implementation. Fixes gh-2780 Ref gh-2663 Ref gh-2781 Closes gh-2827 | ||||
* | Core: do not expose second argument of the `jQuery.globalEval` | Oleg Gaidarenko | 2015-12-02 | 1 | -8/+6 |
| | | | | | Closes jquery/api.jquery.com#831 Closes gh-2718 | ||||
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 1 | -3/+4 |
| | | | | | Fixes gh-1757 Close gh-2696 | ||||
* | Core: make isNumeric limited to strings and numbers | Timmy Willison | 2015-10-21 | 1 | -6/+6 |
| | | | | Fixes gh-2662 | ||||
* | Core: make isNumeric test work on Symbol | Liza Ramo | 2015-10-17 | 1 | -1/+2 |
| | | | | | Ref #2645 Closes #2657 | ||||
* | Core: Support Symbol wrapper objects in jQuery.type | Christian Grete | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | | In ECMAScript 2015 (ES6), the native typeof operator returns "symbol" for Symbol primitives. As it is possible to wrap symbols using the Object constructor, symbols can be objects as well as any other primitive type in JavaScript and should be determined by jQuery.type. Closes gh-2627 | ||||
* | Core: Remove unnecessary parameter to jQuery#constructor | Yongwoo Jeon | 2015-09-08 | 1 | -1/+1 |
| | | | | Closes gh-2441 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -21/+29 |
| | | | | Fixes gh-2056 | ||||
* | Core: .each/.map should accept an undefined/null value | Thomas Tortorini | 2015-07-27 | 1 | -11/+9 |
| | | | | | Fixes gh-2267 Closes gh-2363 | ||||
* | Core: Make jQuery objects iterable | Michał Gołębiowski | 2015-06-13 | 1 | -0/+10 |
| | | | | | | | | | | Make iterating over jQuery objects possible using ES 2015 for-of: for ( node of $( "<div id=narwhal>" ) ) { console.log( node.id ); // "narwhal" } Fixes gh-1693 | ||||
* | Core: remove isArraylike check for nodes | Mu Haibao | 2015-05-05 | 1 | -4/+0 |
| | | | | | Fixes gh-2238 Close gh-2243 | ||||
* | Data: camelCasing should not ignore case | Timmy Willison | 2015-05-04 | 1 | -1/+1 |
| | | | | Fixes gh-2070 | ||||
* | Data: do not include digits when camelCasing | Timmy Willison | 2015-05-03 | 1 | -1/+1 |
| | | | | Fixes gh-1751 | ||||
* | Core: add workaround for iOS JIT error in isArrayLike | Timmy Willison | 2015-04-29 | 1 | -1/+6 |
| | | | | Fixes gh-2145 | ||||
* | Core: change jQuery.each and jQuery#each signatures | Oleg Gaidarenko | 2015-02-19 | 1 | -31/+10 |
| | | | | | Fixes gh-2090 Closes gh-2097 | ||||
* | Core: Remove deprecated context and selector properties | Dave Methvin | 2015-01-11 | 1 | -4/+0 |
| | | | | | Fixes gh-1908 Closes gh-2000 | ||||
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -4/+2 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | Core: remove unnecessary support test for createHTMLDocument | Timmy Willison | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML | Frederic Hemberger | 2014-12-09 | 1 | -1/+1 |
| | | | | Close gh-1505 | ||||
* | Core: Simplify and speed up .each | Daniel Husar | 2014-12-09 | 1 | -14/+5 |
| | | | | Closes gh-1510 | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -1/+3 |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -2/+5 |
| | |||||
* | Ajax: Always use script injection in globalEval | Oleg Gaidarenko | 2014-06-16 | 1 | -19/+4 |
| | | | | | Fixes #14757 Closes gh-1449 | ||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -6/+4 |
| | | | | Closes gh-1577 | ||||
* | Core: Work around loss of precision from parseFloat | Richard Gibson | 2014-06-07 | 1 | -1/+2 |
| | | | | | Fixes #15100 (cherry picked from commit b6e99eb43c35a3cd048c5c56d31c7e871f299a77) | ||||
* | Core: Fix comments for .get() method | Benjy Cui | 2014-03-20 | 1 | -2/+2 |
| | | | | Closes gh-1547 |