Skip to content

v0.7.0

Compare
Choose a tag to compare
@jeffbski jeffbski released this 09 Aug 01:43
· 420 commits to master since this release

A minor change to some undocumented features in the API.

allow, reject, next, and dispatch supported passing an optional second parameter which would tweak their behavior. In each case it was a boolean flag, but this was changed to an options object instead. This allows for clearer self-documenting usage, but also enables future options for the api. See release v0.7.1 for documentation explaining these options.