Skip to content

Releases: gulpjs/undertaker

v0.5.0

28 Jun 01:15
Compare
Choose a tag to compare

New

  • Support displayName property on anonymous functions (6174159)

Scaffold

v0.4.0

28 Jun 01:15
Compare
Choose a tag to compare

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

  • Update lodash & point vinyl-fs to released version (4077129)
  • Update lab & code (29be181)

v0.3.0

28 Jun 01:15
Compare
Choose a tag to compare

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)

Upgrade

  • Update bach (5d9ed18)
  • Update undertaker-registry (2ee8d5f)
  • Update es6-weak-map to avoid native dependency (55ff3f0)

v0.2.0

28 Jun 01:15
Compare
Choose a tag to compare

Update

  • Upgrade bach and use new syntax, bump undertaker-registry & add tree method (395f770)

v0.1.0

28 Jun 01:15
Compare
Choose a tag to compare

New

Scaffold