All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.0 (2017-03-23)
1.0.1 (2017-03-23)
1.0.0 (2017-03-23)
- add support for Typings (fixes #37) (07276a6)
- limit concurrency to 1 per command, also pass args as is (fixes #38 and #45) (d084aa0)
- add support for composer install (fixes #47) (02ad620)
- add support for running any command for any file (fixes #23, #42) (closes #43) (1366fc9)
- add support for settings args per command (closes #46, #33) (4c9ff4f)
- args are passed as is and not prepended with dashes anymore. Also the code uses ES2015 syntax and requires at least NodeJS v6 from now on.