Releases: mysticatea/npm-run-all
Releases · mysticatea/npm-run-all
Fix up help text. Start tracking code coverage.
- 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.
npm-run-all
is using myself in itspackage.json
.
This had been turn off temporally to support Node 0.10.x.
Fixed a bug.
foo
had runabc:foo
task.
This was a broken behavior.
Add a support for Node v0.10.x, and one new feature.
- 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.
v1.1.3 1.1.3
Update dependencies.
- Babel was major updated.
Update self using.
Update my package.json
.
Allow using mixed of parallel and sequential.
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.
- Node API
options.stdin
has documented, but had not implemented.- Add tests for stdio options.
CLI is not changed.
Use myself.
Use npm-run-all
in my package.json
.