Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
`jQuery.Deferred.getStackHook` is being renamed to `jQuery.Deferred.getErrorHook` in `3.7.0`; the old API will be removed in `4.0.0`. Ref https://github.com/jquery/jquery/pull/5211 Ref https://github.com/jquery/api.jquery.com/issues/1221
See https://github.com/jquery/jquery/pull/5452
In jQuery 3.x and older, when providing a `null` value for `success` you also have to provide the `data` parameter; you can set it to `undefined`. Document this restriction of...
The main page should document `jQuery.expr.pseudos` but we should also have shorter pages for `jQuery.expr[ ":" ]` & `jQuery.expr.filters` as its deprecated aliases. Sizzle docs can be a starting point...
Document `jQuery.Deferred.getErrorHook` as available since 3.7.0, `jQuery.Deferred.getStackHook` as available before (`3.1.0`? I need to check) but deprecated since `3.7.0`.
See https://github.com/jquery/jquery/pull/5197
Might be useful in scripts.
If anything throws in a process _before_ we publish on npm, a full rollback should happen (including a `push --force` on a branch to the previous version?)