Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

44 lines (21 loc) · 2.2 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2017-03-23)

Features

1.0.1 (2017-03-23)

Bug Fixes

1.0.0 (2017-03-23)

Bug Fixes

  • add support for Typings (fixes #37) (07276a6)
  • limit concurrency to 1 per command, also pass args as is (fixes #38 and #45) (d084aa0)

Features

  • 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)

BREAKING CHANGES

  • 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.