Skip to content

Releases: mysticatea/npm-run-all

Fix up help text. Start tracking code coverage.

18 Apr 22:59
Compare
Choose a tag to compare
  • Fixed a help text (Thanks #4).
  • Upgraded power-assert, Babel 5.x was supported.
  • Added code coverage tracking.
  • Added several tests.

Restore to use myself.

15 Apr 13:04
Compare
Choose a tag to compare
  • npm-run-all is using myself in its package.json.
    This had been turn off temporally to support Node 0.10.x.

Fixed a bug.

15 Apr 12:40
Compare
Choose a tag to compare
  • foo had run abc:foo task.
    This was a broken behavior.

Add a support for Node v0.10.x, and one new feature.

15 Apr 11:26
Compare
Choose a tag to compare
  • Add a support for Node v0.10.x
  • New feature that glob-like matching notations.
  • Update dependencies.

npm-run-all received the first PR.
Thanks @k88hudson for your works!

Update dependencies.

11 Apr 15:12
Compare
Choose a tag to compare
v1.1.3

1.1.3

Update dependencies.

04 Apr 21:25
Compare
Choose a tag to compare
  • Babel was major updated.

Update self using.

30 Mar 16:10
Compare
Choose a tag to compare

Update my package.json.

Allow using mixed of parallel and sequential.

30 Mar 16:09
Compare
Choose a tag to compare
npm-run-all --sequential clean lint --parallel watch:html watch:js mocha

--sequential/--parallel options make a group of tasks.
--sequential option runs the tasks on sequential.
--parallel option runs the tasks on parallel.

On whole, runs groups on sequential.

Fix a bug.

24 Mar 08:09
Compare
Choose a tag to compare
  • Node API
    • options.stdin has documented, but had not implemented.
    • Add tests for stdio options.

CLI is not changed.

Use myself.

24 Mar 02:56
Compare
Choose a tag to compare

Use npm-run-all in my package.json.