aboutsummaryrefslogtreecommitdiffstats
path: root/src/deferred.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-3/+3
* Deferred: Rename `getStackHook` to `getErrorHook`Michał Gołębiowski-Owczarek2023-03-141-4/+4
* Deferred: Rename master to primaryMichał Gołębiowski-Owczarek2021-01-121-8/+8
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-8/+4
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-1/+1
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-16/+13
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-10/+11
* Deferred: fix memory leak of promise callbacksJason Bedard2017-06-201-1/+8
* Deferred: Stop inventing jQuery.when() resolution valuesRichard Gibson2016-12-161-6/+8
* Build: ESLint detailsOleg Gaidarenko2016-06-111-1/+1
* Deferred: Propagate progress correctly from unwrapped promisesMichał Gołębiowski2016-06-091-1/+1
* Deferred: Make jQuery.when synchronous when possibleRichard Gibson2016-05-091-2/+7
* Deferred: Separate the two paths in jQuery.whenRichard Gibson2016-05-021-45/+55
* Deferred: Provide explicit undefined context for jQuery.when raw castsRichard Gibson2016-04-271-1/+4
* Deferred: Remove default callback contextRichard Gibson2016-04-231-7/+7
* Docs: Fix various spelling errorsJosh Soref2016-01-131-1/+1
* Deferred: Warn on exceptions that are likely programming errorsDave Methvin2016-01-131-1/+12
* Deferred: Remove undocumented progress notifications in $.whenDave Methvin2016-01-131-21/+18
* Deferred: syncronize single and multiple target handling in $.whenTimmy Willison2015-11-131-11/+11
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-24/+33
* Deferred: add .catch handlerTimmy Willison2015-07-061-0/+3
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-171-3/+2
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-171-1/+2
* Deferred: Always handle progress callbacks before done/failRichard Gibson2015-04-221-29/+32
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-201-27/+221
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-251-2/+2
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-3/+8
* Support: clean up comments and Support notationDave Methvin2014-06-101-2/+2
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-1/+1
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-2/+9
* Removed an unneeded variable. Closes gh-1321.terrycojones2013-08-081-3/+2
* Eliminate redundancy of Deferred.then().nanto_vi2013-01-081-16/+11
* Propagete context of returned deferred object in Deferred.then(). Fixes #13160nanto_vi2013-01-071-2/+4
* Deferred: .resolve(), .reject() and .notify() now set the callback context to...jaubourg2012-12-071-3/+6
* deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed...jaubourg2012-09-131-1/+1
* Interim take on cross-module variables, closes gh-817.Richard Gibson2012-06-151-5/+2
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-5/+1
* Preserves context objects when multiple Deferreds are passed to $.when(). Con...jaubourg2012-05-121-12/+16
* Fix #11736. Remove deprecated Deferred.isResolved/isRejected.Dave Methvin2012-05-111-3/+0
* Gains 1 more byte min/gz and reminds that isResolved and isRejected are depre...jaubourg2012-04-281-2/+2
* code compressionRichard Gibson2012-04-261-8/+11
* Trims down deferred.js. The gist of it is from the magnificent @gibson042, I ...jaubourg2012-04-251-89/+86
* Remove moot second argument from `slice.call()`Sindre Sorhus2012-04-041-3/+3
* Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ...jaubourg2012-04-021-8/+10
* Have Deferred.always return the object onto which it is currently attached to...jaubourg2011-11-091-1/+2
* Core styleguide cleanup. Fixes #10586Rick Waldron2011-10-261-2/+2
* Removes isPending and introduces state as a means to retrieve the Deferred/Pr...jaubourg2011-10-111-6/+12
* isProgressing becomes isPending. Unit tests added.jaubourg2011-10-041-1/+1
* Trimmed down $.Callbacks and $.Deferred.jaubourg2011-09-211-25/+24