Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Core: make isNumeric limited to strings and numbers" | Oleg Gaidarenko | 2015-12-09 | 1 | -6/+6 |
| | | | | This reverts commit 15ac848868e993dfe5ccd7751a94f5c8edc288bc. | ||||
* | Revert "Misc: Drop support for older browsers; update support comments" | Michał Gołębiowski | 2015-11-16 | 1 | -3/+1 |
| | | | | This reverts commit 740e190223d19a114d5373758127285d14d6b71e. | ||||
* | Release: fix revert artefacts | Oleg Gaidarenko | 2015-11-13 | 1 | -4/+7 |
| | |||||
* | Revert "Ajax: Always use script injection in globalEval" | Oleg Gaidarenko | 2015-11-13 | 1 | -6/+20 |
| | | | | This reverts commit bbdfbb4ee859fe9319b348d88120ddc2c9efbd63. | ||||
* | Revert "Core: Remove deprecated context and selector properties" | Oleg Gaidarenko | 2015-11-13 | 1 | -0/+4 |
| | | | | This reverts commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8. | ||||
* | Revert "Data: do not include digits when camelCasing" | Oleg Gaidarenko | 2015-11-13 | 1 | -1/+1 |
| | | | | This reverts commit 2862a07af640be42711f72ad4abe532349985824. | ||||
* | Revert "Data: camelCasing should not ignore case" | Oleg Gaidarenko | 2015-11-13 | 1 | -1/+1 |
| | | | | This reverts commit 172cad80ac635d8900aa6a3504c89f38b320488e. | ||||
* | 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 | ||||
* | Core: Arrays like [42] should fail .isNumeric() | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
| | | | | Fixes #14179 | ||||
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 1 | -16/+6 |
| | | | | Fixes #14794 | ||||
* | Core: Fix trim in Android<4.1 | Michał Gołębiowski | 2014-02-13 | 1 | -3/+19 |
| | |||||
* | Core: Remove special case try/catch in isPlainObject | Rick Waldron | 2014-02-02 | 1 | -10/+2 |
| | | | | Fixes #14746 | ||||
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 1 | -18/+0 |
| | | | | Ref #14016 | ||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -12/+12 |
| | |||||
* | No ticket: Compress core and data modules | Richard Gibson | 2013-09-28 | 1 | -42/+42 |
| | | | | | | | | | (cherry picked from commit b31bd4c05d87660352a3f7d3081146e332440d99) Conflicts: src/core.js src/data.js | ||||
* | core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379. | Timo Tijhof | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | Ref #14313: NaN detection. Close gh-1352. | Richard Gibson | 2013-09-12 | 1 | -1/+4 |
| | | | | (cherry picked from commit 0bc0a69026ce4c1ac570a729d3c975a4a55d0ff4) | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -115/+2 |
| | | | | across all modules) | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -53/+0 |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | ||||
* | Add AMD+CommonJS capabilities to the build script (for modules with long ↵ | Timmy Willison | 2013-09-09 | 1 | -16/+13 |
| | | | | unreadable dependency lists) | ||||
* | Move parsing methods to their own files (separates manipulation dependency ↵ | Timmy Willison | 2013-09-08 | 1 | -58/+3 |
| | | | | from core) | ||||
* | No ticket. Update support comments to reflect current state of affairs. | Michał Gołębiowski | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -3/+8 |
| | |||||
* | Ref #14313: Further code and test improvements | Richard Gibson | 2013-09-03 | 1 | -7/+5 |
| | |||||
* | Fix #14313: Optimize jQuery.merge for size. Close gh-1344. | Amey Sakhadeo | 2013-08-30 | 1 | -6/+2 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -152/+46 |
| | |||||
* | No need to remove if they ain't nuthin thar | Timmy Willison | 2013-07-24 | 1 | -1/+1 |
| |