cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Deprecate progress #372

Closed briancavalier closed 9 years ago

briancavalier commented 9 years ago

Deprecate progress entirely. Adds @deprecated tags in all the related jsdoc, and a section in the docs on one technique that can be used to refactor progress using promise.tap.

See #371

unscriptable commented 9 years ago

Glad you put an example of an alternative to .progress().

briancavalier commented 9 years ago

Cool, yeah, hopefully we can add more. I def wanted to have at least 1 before we release 3.5.0

scothis commented 9 years ago

:+1: