aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/deprecated.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-101-0/+19
| | | | | Fixes gh-3629 Close gh-3702
* Core: move jQuery.fn.nodeName to jQuery.nodeName, add testsMichał Gołębiowski2017-03-061-0/+48
| | | | | Ref ac9e3016 Close gh-3560
* Core: Deprecate jQuery.isArrayManoj Kumar2016-11-301-0/+6
| | | | | Fixes gh-2961 Closes gh-3278
* Build: ESLint detailsOleg Gaidarenko2016-06-111-2/+2
| | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-1/+1
| | | | | The changes follow the spec proposed in: https://github.com/jquery/contribute.jquery.org/issues/95#issuecomment-69379197
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-021-1/+71
| | | | | Fixes gh-2800 Closes gh-2948
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-121-0/+40
| | | | | Fixes gh-2288 Closes gh-2624
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-1/+1
| | | | Fixes gh-2056
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-1/+1
| | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Fixes gh-2540
* Deprecated: Drop size and andSelf methodsMichał Gołębiowski2014-10-301-6/+0
| | | | | Fixes gh-1749 Closes gh-1822
* Move size() test to deprecated.js and avoid in other tests. Close gh-1237.Michał Gołębiowski2013-04-081-1/+8
|
* Remove APIs now in jquery-compatDave Methvin2012-11-071-139/+1
|
* Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵Greg Lavallee2012-10-161-0/+29
| | | | | | Closes gh-982. Signed-off-by: Timmy Willison <timmywillisn@gmail.com>
* Moved attrFN to deprecated. Close gh-977.Akintayo Akinwunmi2012-10-161-0/+6
|
* Fix style nit: indent inside if statementRick Waldron2012-10-151-99/+99
|
* Deprecate fn toggle Closes gh-970 ↵David Bonner2012-10-151-23/+99
| | | | https://github.com/jquery/2012-dev-summit/issues/24
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵Rick Waldron2012-06-251-0/+28
jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965