Releases: switer/chainjs
Releases · switer/chainjs
Add retry method
Add BDD testing
start()
can pass data to initial step.
destroy()
stop anything and release private data in chain's scope.
BDD
testing
Fix data method bug
data has old code result in error, it is my fault.
Refactor
- Refactor, make the code more clear
- Remove "filter","before","sham" methods, and use "destroy" instead of "stop"
- Add "some" for one steps has multiple handlers and need only one to call chain.next()
- Support call define multiple handlers in a "then" step, step over after each handler call chain.next()
- No more support pass param in step handler, such as:
Chain(func, param).then(func1, param1)
add Chain sham supporting
0.0.3 version update to 0.0.3
Full feature impeletation and docs
Full feature impeletation and docs