0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the tests to use the latest version of the node-async-testing library More... about 14 years ago
Update the README with some more examples More... about 14 years ago
Fixed bug introduced in previous commit. More... about 14 years ago
Removed reference to 'cachedValue', which isn't being used. More... about 14 years ago
Update readme, to use current API More... about 14 years ago
Simplify everything. There is no longer a 'status' parameter, and no longer emitSuccess and emitError More... about 14 years ago
Flip the order of the parameters for the callbacks More... about 14 years ago
Undo previous commit about separate callbacks, and change 'fulfill' to 'emitSuccess' and 'emitError' More... about 14 years ago
Made it so you can pass specific success and error callback. In the process undid change that made it so errors were in a separate parameter. More... about 14 years ago
Made a decision about how errors are handled in groups. Not sure if this will keep long term. More... about 14 years ago
Change the way errors are handled. Now callbacks get two parameters, the second being the error if it applies. More... about 14 years ago
Test that errors are thrown if they aren't handled and they aren't instanceof Error More... about 14 years ago
If all of the continuables in a group happen to be synchronous, make sure the group continuable gets fulfilled. More... about 14 years ago
Throw an error if a continuable is fulfilled more than once More... about 14 years ago
Update README More... about 14 years ago
Update README More... about 14 years ago
Renamed some object in tests. More... about 14 years ago
Allow the fulfillment of a continuable to say whether it was successful or not. More... about 14 years ago
Make it so continuables can take Node Promise objects and wait for them to finish. More... about 14 years ago
Updated README More... about 14 years ago
If an error returned isn't handled (by the next callback returning something else) it is thrown More... about 14 years ago
Rename to continuables More... about 14 years ago
Make the readme a markdown file More... about 14 years ago
Added a README More... about 14 years ago
Remove caching continuable, I just threw it in there so I'd have it someplace More... about 14 years ago
First version, everything works great! More... about 14 years ago