index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
deferred.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Use named exports in `src/`
Michał Gołębiowski-Owczarek
2023-09-12
1
-3
/
+3
*
Deferred: Rename `getStackHook` to `getErrorHook`
Michał Gołębiowski-Owczarek
2023-03-14
1
-4
/
+4
*
Deferred: Rename master to primary
Michał Gołębiowski-Owczarek
2021-01-12
1
-8
/
+8
*
Core: Migrate from AMD to ES modules 🎉
Michał Gołębiowski-Owczarek
2019-11-18
1
-8
/
+4
*
Build: ESLint: forbid unused function parameters
Michał Gołębiowski-Owczarek
2019-05-13
1
-1
/
+1
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-16
/
+13
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
1
-10
/
+11
*
Deferred: fix memory leak of promise callbacks
Jason Bedard
2017-06-20
1
-1
/
+8
*
Deferred: Stop inventing jQuery.when() resolution values
Richard Gibson
2016-12-16
1
-6
/
+8
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-1
/
+1
*
Deferred: Propagate progress correctly from unwrapped promises
Michał Gołębiowski
2016-06-09
1
-1
/
+1
*
Deferred: Make jQuery.when synchronous when possible
Richard Gibson
2016-05-09
1
-2
/
+7
*
Deferred: Separate the two paths in jQuery.when
Richard Gibson
2016-05-02
1
-45
/
+55
*
Deferred: Provide explicit undefined context for jQuery.when raw casts
Richard Gibson
2016-04-27
1
-1
/
+4
*
Deferred: Remove default callback context
Richard Gibson
2016-04-23
1
-7
/
+7
*
Docs: Fix various spelling errors
Josh Soref
2016-01-13
1
-1
/
+1
*
Deferred: Warn on exceptions that are likely programming errors
Dave Methvin
2016-01-13
1
-1
/
+12
*
Deferred: Remove undocumented progress notifications in $.when
Dave Methvin
2016-01-13
1
-21
/
+18
*
Deferred: syncronize single and multiple target handling in $.when
Timmy Willison
2015-11-13
1
-11
/
+11
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-24
/
+33
*
Deferred: add .catch handler
Timmy Willison
2015-07-06
1
-0
/
+3
*
Core: Switch from modules to just window.setTimeout etc.
Michał Gołębiowski
2015-06-17
1
-3
/
+2
*
Core: Use window.setTimeout & friends instead of global equivalents
Michał Gołębiowski
2015-06-17
1
-1
/
+2
*
Deferred: Always handle progress callbacks before done/fail
Richard Gibson
2015-04-22
1
-29
/
+32
*
Deferred: Backwards-compatible standards interoperability
Richard Gibson
2015-03-20
1
-27
/
+221
*
Deferred: Fix $.when with resolved deferred and progress callbacks
Nicolas HENRY
2014-12-25
1
-2
/
+2
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
1
-3
/
+8
*
Support: clean up comments and Support notation
Dave Methvin
2014-06-10
1
-2
/
+2
*
No ticket: fix code style inconsistencies. Closes gh-1361
Oleg
2013-09-13
1
-1
/
+1
*
Always return jQuery in modules that can be included separately
Timmy Willison
2013-09-08
1
-0
/
+2
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
1
-2
/
+9
*
Removed an unneeded variable. Closes gh-1321.
terrycojones
2013-08-08
1
-3
/
+2
*
Eliminate redundancy of Deferred.then().
nanto_vi
2013-01-08
1
-16
/
+11
*
Propagete context of returned deferred object in Deferred.then(). Fixes #13160
nanto_vi
2013-01-07
1
-2
/
+4
*
Deferred: .resolve(), .reject() and .notify() now set the callback context to...
jaubourg
2012-12-07
1
-3
/
+6
*
deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed...
jaubourg
2012-09-13
1
-1
/
+1
*
Interim take on cross-module variables, closes gh-817.
Richard Gibson
2012-06-15
1
-5
/
+2
*
Strips IIFEs from modules; Always require built jQuery for tests.
Rick Waldron
2012-06-04
1
-5
/
+1
*
Preserves context objects when multiple Deferreds are passed to $.when(). Con...
jaubourg
2012-05-12
1
-12
/
+16
*
Fix #11736. Remove deprecated Deferred.isResolved/isRejected.
Dave Methvin
2012-05-11
1
-3
/
+0
*
Gains 1 more byte min/gz and reminds that isResolved and isRejected are depre...
jaubourg
2012-04-28
1
-2
/
+2
*
code compression
Richard Gibson
2012-04-26
1
-8
/
+11
*
Trims down deferred.js. The gist of it is from the magnificent @gibson042, I ...
jaubourg
2012-04-25
1
-89
/
+86
*
Remove moot second argument from `slice.call()`
Sindre Sorhus
2012-04-04
1
-3
/
+3
*
Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ...
jaubourg
2012-04-02
1
-8
/
+10
*
Have Deferred.always return the object onto which it is currently attached to...
jaubourg
2011-11-09
1
-1
/
+2
*
Core styleguide cleanup. Fixes #10586
Rick Waldron
2011-10-26
1
-2
/
+2
*
Removes isPending and introduces state as a means to retrieve the Deferred/Pr...
jaubourg
2011-10-11
1
-6
/
+12
*
isProgressing becomes isPending. Unit tests added.
jaubourg
2011-10-04
1
-1
/
+1
*
Trimmed down $.Callbacks and $.Deferred.
jaubourg
2011-09-21
1
-25
/
+24
[next]