Skip to content

Releases: gulpjs/undertaker

undertaker v2.0.0

24 Mar 20:13
2d95b52
Compare
Choose a tag to compare

⚠ 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

16 Aug 23:32
Compare
Choose a tag to compare

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

07 Apr 15:57
Compare
Choose a tag to compare

Fix

Docs

  • Change the param timeResolution to precision (69201fc) - Closes #84

Build

  • Enforce consistent line endings (47be43f)

Scaffold

  • Add support-bot template (c2373f6)

v1.2.0

01 Aug 20:16
Compare
Choose a tag to compare

Upgrade

  • Update object.defaults & object.reduce (0aeba27)
  • Update collection-map (61b2f37)

v1.1.0

26 Feb 16:52
Compare
Choose a tag to compare

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

28 Jun 01:15
Compare
Choose a tag to compare

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

28 Jun 01:15
Compare
Choose a tag to compare

Update

  • Surface branch flag by including it in tree (c662634)

v0.14.0

28 Jun 01:15
Compare
Choose a tag to compare

Breaking

  • Use lodash.* npm modules & upgrade to ^4 (d1f423d)

Upgrade

v0.13.2

28 Jun 01:15
Compare
Choose a tag to compare

Update

  • Surface branch property (3d39d99)

v0.13.1

28 Jun 01:15
Compare
Choose a tag to compare

Fix

  • Consistent naming for functions created by series/parallel (9e9ca31)