Releases: gulpjs/undertaker
Releases · gulpjs/undertaker
v0.5.0
v0.4.0
Fix
- Support modified functions in custom registries (edd3487)
New
- Record task finish times (88a7a61)
Update
- Add integration test for async-once usage coupled with bach (483e19e)
- Add integration test with once and promisedDel (a9f7d67)
- Add test for multiple registry support (2f9a48c)
Docs
- Complete custom registry API (669dc2a)
Upgrade
v0.3.0
Breaking
- Make the registry private & add registry API for getting/setting it (6bdc049)
- Add set API validation (d4fa304)
- Validate custom registries have correct shape (7c282e0)
Update
- Add integration tests for vinyl streams, linting & child processes (9fa9b8e)
- Reorganize the project structure (2be1710)
- Add tree API tests from gulp (5e6ef13)
- Track name of function passed to series/parallel (01717c7)
Docs
- Add travis badge (91b5ec4)
- Add constructor and registry method (e92118c)
- Specify the return value of tree API (c7895af)
- Mention async-done (fa5c66e)
- Add detail to README (04fab11)