- Revert fix introduced in 0.2.0, instead provide documentation and a way how to avoid such issues. Using nextTick causes loosing stack traces and is not the right way to fix this.
- Implement Do#complete
- Make error/success callbacks optional if complete is used
- Fix sync callbacks issue, more info in Do#done api description.
- Ensured success callback can be triggered only once.