v0.2.0
Warning! this version is not compatible to v0.1.0!
This version includes a full rewrite of the project to make everything async by nature. This should make creating tasks a lot easier as you not longer need to count on having a sync version of your favorite library available.
Changelog
- Changed project direction and made everything async
- Added promise as the way to go
- Updated dependencies
- Extended
taskGroup
to allow task execution in sequence and parallel (following the
gulp syntax)