- Add support for auto-nexting sync functions (detection is made by checking if
the length of function parameters is the same as the length of arguments
supplied on
.dispatch
arguments)
- Support for providing options on construction:
new Stack( options )
- Added
options.breakOn
option which allows developers to set when a stack should break. Note: Stack will ALWAYS break on Error.
- Debug is now using pattern
module-name:file/path
- Allow stack break with a string or an object return
- Allow queue pass on instance construction
- First production ready version