Skip to content

Latest commit

 

History

History
213 lines (90 loc) · 5.28 KB

CHANGELOG.md

File metadata and controls

213 lines (90 loc) · 5.28 KB

4.3.0 (2018-09-13)

Features

  • project: add cli param support (90477f7)

4.2.1 (2018-04-12)

Bug Fixes

  • Runner: use instruction instead of parameters (93841d4)

4.2.0 (2018-04-12)

Features

  • project: add CopyGenerator (2e8c353)

4.1.1 (2018-02-09)

4.1.0 (2018-02-09)

Features

  • Runner: add IO conflict resolution (b770d2f)

4.0.4 (2018-02-01)

4.0.3 (2018-02-01)

4.0.2 (2018-02-01)

Bug Fixes

  • Runner: use appropriate preset template directory (ded4867)

Features

  • Runner: add default tasks task (bcfbc4d)
  • Runner: add tasks to params (12fa16d)

4.0.1 (2018-01-26)

Bug Fixes

  • Runner: load default preset and glob to target (3da2b26)

4.0.0 (2018-01-26)

Features

  • project: add glob and default presets (b5da7e3)
  • project: add support for presets (2424e37)

3.0.0 (2017-12-05)

Features

  • Runner: add support for dynamicTask (908f3c5)
  • Runner: add sync tasks (e4327c5)

BREAKING CHANGES

  • Runner: Exceptions are no longer thrown. Instead, they're now rejected promises. The reason for this is to normalize the return value to a Promise and make the entire Runner.run more predictable.
  • Runner: Prepare is now always run, even for definedTasks. When returning anything of type object from prepare, it will replace the parameters in the chain. This is useful for simpel prepare changed.

2.2.2 (2017-10-12)

Bug Fixes

  • project: allow nameless tasks to be run (d77d096)

2.2.1 (2017-10-12)

2.2.0 (2017-10-12)

Features

  • Runner: add isolation mode to definedTask (65023dd)

2.1.0 (2017-10-12)

Features

  • Runner: allow reusing defined tasks in other tasks (08328c6)

2.1.0-0 (2017-10-11)

Features

  • Runner: allow prepare step for params (6c379ef)

2.0.6 (2017-10-11)

Bug Fixes

  • Runner: add upperCased param to target (f054e81)

2.0.5 (2017-10-11)

Features

  • project: add upperCased as default parameter (982b9a0)

2.0.4 (2017-10-10)

2.0.3 (2017-10-10)

Bug Fixes

  • Runner: identify partial paths (5411456)

2.0.2 (2017-10-10)

Bug Fixes

  • Runner: replace multiple occurrences (a4ce2c8)

2.0.1 (2017-10-10)

2.0.0 (2017-10-10)