First off, thanks to all the ultra-early adopters for the amazing feedback after the initial release of suspend (https://github.com/jmar777/suspend).
This is just a quick announcement that I've pushed v0.2.0 out, with the following notable enhancements: - Support for promises! - The `resume` argument is now optional - Errors are now thrown and a single, usable value is returned by default (props to @mhart and @spion) - You can go back to getting the raw results array using `.raw()` - Callbacks that return synchronously are supported (props to @spion) - "Evil callbacks" (that return multiple times) produce a useful error for diagnosis (props to @creationix for highlighting that issue) - Supports latest version of the spec -- repacement of `.send(val)` with `.next(val)` (props to @rwldrn for the heads up) Thanks again for the feedback, and please keep it coming! https://github.com/jmar777/suspend -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
