Skip to content

Releases: gulpjs/gulp-cli

v1.2.1

21 Dec 21:28
Compare
Choose a tag to compare

Fix

  • Revert displayName change from #53 & add regression test (672b8a8)

Docs

  • Add example usage for custom metadata (61e4054)

v1.2.0

21 Dec 21:28
Compare
Choose a tag to compare

New

  • Add --depth flag to pair with --tasks flag (3e0fc18)

Docs

v1.1.1

21 Dec 21:28
Compare
Choose a tag to compare

New

  • Register tasks by displayName before exported name (fa8eb91)

Build

v1.1.0

21 Dec 21:28
Compare
Choose a tag to compare

New

  • Support exporting tasks from a gulpfile (51ca1fc)
  • Track errors logged & only print them once (4287660)

Update

  • Debug log task dependencies to allow them to be silenced (3957fa1)
  • Backport task exporting feature (6be4bbe)
  • Fix jscs lint problems (0b8e1c1)
  • Rename event variables (1ad0f54)

v1.0.0

21 Dec 21:28
Compare
Choose a tag to compare

Breaking

  • Use capital letters for aliases in --silent and --log-level (c0fd2f1)

Fix

  • Properly utilize env.cwd with --verify flag (7523f64)
  • Avoid marking --tasks-json as string to catch booleans (a4b3d64) - Closes #41
  • Mute stdout when listing tasks (7876f7e) - Closes #24
  • Access tasks correctly (3a8d7d3) - Closes #28
  • Ensure autocompletion works (2146218) - Closes #15
  • Use proper require path (360381e)

New

  • Add "task not completed" warnings (fce78cc)
  • Introduce gulplog & wire up listeners (b14cfd9)
  • Allow an output file to be specified for --tasks-json flag (342889a)
  • Support task descriptions (ab6e623)
  • Add support for --continue flag (2a8bfd0)
  • Add initial support for 3.x & 4.0 (50027d4)

Update

  • Normalize usage of chalk.gray (cb53126)
  • Add ^4.0.0 support which is a mirror of alpha.2 logic (ae2aaa4)
  • Improve "task not found" messaging (410c09b)
  • Add more integration tests & test against gulp 4 (6c5e892)
  • Add tests for --require flag (dd0d4f1)
  • Add some integration tests (d8b14e8)
  • Clarify taskTree tests (736930d)
  • Support new alpha of gulp 4 to handle new undertaker tree return value (571a7c9)
  • Fix comment typo (92a05bc)
  • Share task logging logic (5cdfb35)
  • Repair tests for babel change (5e09eec)
  • Replace nomnom with yargs (a418cdf)
  • Handle unsupported versions better (312e1db)
  • Improve file structure & add semver version matching (dfc5713)

Docs

Upgrade

Build

  • Temporarily update gulp version for Travis tests (e849e5b)

Scaffold

  • Normalize repository (c567e6c)
  • Use jscs & eslint with presets (5ea7700)

v0.3.0

21 Dec 21:28
Compare
Choose a tag to compare

Update

  • Remove 6to5 tests & devDeps (fa3d06b)

Docs

Upgrade

  • Update outdated dependencies (da705db)

Build

v0.2.0

21 Dec 21:28
Compare
Choose a tag to compare

Fix

  • Improve task dependency regexp (86bcf42)
  • Remove engineStrict for other environments (0a4cdd1)

New

  • Support description task property (612eab1)

Docs

  • Improve "thank you" callout (7082e15)

Upgrade

Build

  • Increase test timeout to fix failing Windows tests (d78bd49)
  • Update CI environments (899e03a)

Scaffold

  • Import jscs from gulp & fix formatting (76d6ecf)

v0.1.5

21 Dec 21:28
Compare
Choose a tag to compare

Upgrade

  • Update liftoff and v8flags (77e9f4c)

v0.1.4

21 Dec 21:28
Compare
Choose a tag to compare

New

v0.1.3

21 Dec 21:28
Compare
Choose a tag to compare

New

  • Export a run function from index & add bin executable (b77252e)

Update

Build