Skip to content

Releases: gulpjs/flagged-respawn

flagged-respawn v2.0.0

21 Nov 22:03
bc99cb3
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Drop support of flags separated by underscores
  • Normalize repository, dropping node <10.13 support (#16)

Miscellaneous Chores

  • Drop support of flags separated by underscores (cbd39e6)
  • Normalize repository, dropping node <10.13 support (#16) (cbd39e6)

v1.0.1

11 Dec 19:12
Compare
Choose a tag to compare

Build

  • Fix tests on Windows & cleanup linting (f08fc7f) - Closes #12 #13

Scaffold

v1.0.0

10 Dec 22:43
Compare
Choose a tag to compare

Fix

  • Allow both dashes and underscores for v8flag word separator (1bb9819)
  • Ensure correct exit codes are returned on failure (8980b58)

New

  • Add ability to force or forbid respawning (a16252c)

Docs

  • Update argument type & add release notes (60e6721)

Scaffold

v0.3.2

10 Dec 22:43
Compare
Choose a tag to compare

Fix

  • Ensure that flag values are preserved (58f67e7)

Update

  • Add failing test for flag values being dropped (69851a7)

Docs

v0.3.1

10 Dec 22:43
Compare
Choose a tag to compare

Fix

  • Inherit stdio for spawn to retain colors (3c309ec)

v0.3.0

10 Dec 22:43
Compare
Choose a tag to compare

Breaking

  • Simplify API & rewrite a large portion (185c2ff)

Build

  • Skip failing test on Travis (73cabc9)
  • Attempt to fix failing test on Travis (93fa548)

v0.2.0

10 Dec 22:43
Compare
Choose a tag to compare

Breaking

  • Throw if no flags are passed & add tests (da831e6)

Update

Docs

  • Add more documentation, including API (d360d07)

v0.1.2

10 Dec 22:43
Compare
Choose a tag to compare

New

  • Return child from execute method (0192421)

Docs

  • Improve documentation and comments (57524e8)

v0.1.1

10 Dec 22:43
Compare
Choose a tag to compare

Update

  • Use tilde version ranges for devDependencies (eb6fee8)

v0.1.0

10 Dec 22:43
Compare
Choose a tag to compare

New