- Move library over to TypeScript.
- change
execute
todispatch
- Use
whatwg
streams. - Add more i/o capabilities.
- Built with ES6 in mind. Works with
async/await
andyield
operators. - Node Streams have been deprecated for Promises.
- API is not more explicit -
ParallelBus
vsparallel
, and so on. - No more external dependencies.
mesh-*
have been deprecated. More utilities to come into this library.- All docs have been moved to to the Github repo.