undertaker

Task registry that allows composition through series/parallel methods.

MIT License

Downloads
5.6M
Stars
198
Committers
19

Bot releases are visible (Hide)

undertaker - https://github.com/gulpjs/undertaker/releases/tag/v0.11.0

Published by phated over 8 years ago

Update

  • Bump es6-weak-map/last-run & use native WeakMap if available (4256a16)
undertaker - https://github.com/gulpjs/undertaker/releases/tag/v0.12.1

Published by phated over 8 years ago

Fix

  • Keep task name precedence consistent (ec61638)

Docs

  • Improve custom registry documentation (65c4a60)
undertaker - https://github.com/gulpjs/undertaker/releases/tag/v0.14.0

Published by phated over 8 years ago

Breaking

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

Upgrade

undertaker - https://github.com/gulpjs/undertaker/releases/tag/v1.0.0

Published by phated over 8 years ago

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

undertaker - https://github.com/gulpjs/undertaker/releases/tag/v0.13.0

Published by phated over 8 years ago

Breaking

  • Make the tree API return an object instead of array (21ffabf) - Closes #24

Fix

  • Support task aliases (25c2a90)
  • Ignore leaked global from sparkles (818450b)
  • Remove conditional use of es6-weak-map (7f076bd)

Update

  • Add test for a custom registry's set method returning undefined (274e723)

Docs

Upgrade

  • Update undertaker-registry and dev dependencies (5aa1ce8) - Closes #18
  • Bump es6-weak-map & dev dependencies (299dd47)

Build

  • Add eslint and jscs presets & update code (0c3fe1c)
  • Run travis on more node versions (65e232b)