- throw on errors without a
done
callback - add
files
topackage.json
- move
co
todevDependencies
- add client-side support
- refactor to use
wrap-fn
- add support for passing an array of ware instances
- add support for sync middleware
- add support for generators
- remove support for error middleware with arity
- let
use
accept arrays - let
use
acceptWare
instances - allow passing
fns
to the constructor
- moving to settimeout to fix dom validation issues
- add travis
- fix skipping error handlers without error
- rewrite:
- handle any amount of input arguments
- allow multiple error handlers
- only call error handlers after the error is
next
'd - make passing callback optional
- rename
end
torun
since it can happen multiple times
- updating api
- first commit