Skip to content

Releases: open-cli-tools/concurrently

v8.0.1

29 Mar 00:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.0.1

v8.0.0

28 Mar 22:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.6.0...v8.0.0

v7.6.0

20 Nov 21:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.5.0...v7.6.0

v7.5.0

22 Oct 05:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.4.0...v7.5.0

v7.4.0

07 Sep 08:41
Compare
Choose a tag to compare
  • Add shorthand conc - #358
  • Updated dependencies rxjs and date-fns - #353, #340

New Contributors

v7.3.0

18 Jul 23:44
Compare
Choose a tag to compare

What's Changed

  • Export package.json path - #339

v7.2.2

14 Jun 22:32
Compare
Choose a tag to compare

What's Changed

  • Update rxjs to version 7.0.0 - #326
  • Fix TypeScript not able to resolve types when on Node 16 - #330

New Contributors

v7.2.1

22 May 22:19
Compare
Choose a tag to compare

What's Changed

  • Fix --success command- syntax when command name has dashes - #324, #325

v7.2.0

15 May 02:42
Compare
Choose a tag to compare
  • Support passthrough of additional arguments to commands via placeholders - #33, #282, #307
  • Add command-{name|index} and !command-{name|index} to --success - #280, #281, #318

New Contributors

v7.1.0

02 Apr 09:53
Compare
Choose a tag to compare
  • Excluding pattern support added, e.g. concurrently npm:lint:*(!fix) (#305, #306)
  • Fixed programmatic API docs to resemble v7.0.0 changes (#303)

New Contributors