Releases: gulpjs/undertaker
Releases · gulpjs/undertaker
undertaker v2.0.0
⚠ BREAKING CHANGES
- Stop inspecting UNDERTAKER_TIME_RESOLUTION environment variable (#98)
- Normalize repository, dropping node <10.13 support (#97)
Features
- Attach properties to missing task error (#102) (989d9e9)
Miscellaneous Chores
- Normalize repository, dropping node <10.13 support (#97) (b270c28)
- Stop inspecting UNDERTAKER_TIME_RESOLUTION environment variable (#98) (e255fc7)
v1.3.0
New
- Add a 'did you mean?' note when failing to find a task (89c9675) - Closes #94
Build
Scaffold
- Upgrade to v2 of template (083ce36)
v1.2.1
Fix
Docs
- Change the param timeResolution to precision (69201fc) - Closes #84
Build
- Enforce consistent line endings (47be43f)
Scaffold
v1.2.0
Upgrade
- Update object.defaults & object.reduce (0aeba27)
- Update collection-map (61b2f37)
v1.1.0
Fix
- Inline anonymous functions to get tests passing on newer nodes (ffcb044)
- Validate series/parallel arguments aren't empty or invalid (5464736) - Closes #72 #75
Update
- Add tests for taking an array as only argument to series/parallel (11486e0) - Closes #73 #74
- Replace lodash.* modules (212fd7d) - Closes #71 #77
v1.0.0
Breaking
- Return wrapped task instead of original function, add unwrap method to wrapper, update tests (67fd02c)
Fix
- Make linting pass & add pretest hook (52c3cad)
- Improve integration tests, especially on Windows (a2a2f73)
Update
- Switch to mocha + expect for testing (e3901ed)
Docs
- Added gulp-pipeline's RailsRegistry to 'in the wild' section (c0f8fff)
Upgrade
Build
Scaffold
v0.15.0
Update
- Surface branch flag by including it in tree (c662634)
v0.14.0
Breaking
- Use lodash.* npm modules & upgrade to ^4 (d1f423d)
Upgrade
v0.13.1
Fix
- Consistent naming for functions created by series/parallel (9e9ca31)