- [update packages] node.extend->1.0.8, should->2.1.1
- [refactoring] Passing variable to error handler
- [refactoring] Catch error when first argument is an instance of Error
- [update packages] should->1.2.1
- [new feature] Add error handler
- Update examples
- [refactoring]
.end()
deos not need to take a callback - [update packages] mongoose->2.7.1, should->1.0.0
- [refactoring] Error handling when no parallel task assigned before calling
join
- [new feature] Pass is_parallel to have better look args from last stack
- [refactoring] Use Object.keys forEAch instead of for in
- [update packages] mongoose->2.5.7 for test
- Added more tests
- [bug fix] Parallel arguments from last stack should be overwritten by default arguments
- Added full test
- [bug fix] Cant pass arguments to parallel fn from series fn
- Read version number from package.json
- Added basic tests
- [bug fix] Clear arguments passed from ready method before running the next task
- [bug fix] Merge arguments from parallel tasks and pass to the next task
- Initial release