Skip to content

Latest commit

 

History

History
95 lines (76 loc) · 3 KB

CHANGELOG.md

File metadata and controls

95 lines (76 loc) · 3 KB

Changelog

All notable changes to Blend will be documented in this file.


  • Update TaskRunner class:
    • Add new $results property.
    • Add getExecResult() method.
    • Refactor exec() method to cache executed commands results.
    • Fix wrong addTask() method call in makeTask() method.
    • Bump package version.
  • Update TaskRunnerTest class:
    • Add getExecResult() method test.

  • Update TaskRunner class:
    • Add makeTask() method.
    • Update runTask() method.
    • Update exec() method.
    • Fix some typos in methods DocBlocks.
    • Bump package version.
  • Update TaskRunnerTest class:
    • Add makeTask() method test.

  • Update TaskRunner class:
    • Refactor exec() method.
    • Bump package version.
  • Update blend.config.php:
    • Fix formatting and update comments.
    • Remove some keys that were introduced by mistake.

  • Update TaskRunner class:
    • Add new $path property.
    • Add __toString() magic method.
    • Add @runner placeholder.
    • Remove fallback values of config tasks in bootstrap() method.
    • Update properties and methods DocBlocks.
    • Bump package version.
  • Update blend.php:
    • Update config:generate task.
  • Update TaskRunnerTest class:
    • Add __toString() magic method test.

  • Update TaskRunner class:
    • Update TRANSLATIONS class constant to prevent unexpected name translation.
    • Bump package version.
  • Update blend.php:
    • Add phar:update task.
    • Add declare(strict_types=1) declaration.
    • Add namespace to the file.

  • Update TaskRunner class:
    • Add SUCCESS class constant.
    • Add FAILURE class constant.
    • Update class some DocBlocks.
    • Update class methods to make use of the new constants.
    • Update value of $id property to reflect only executable name (used to reflect the entire path).
    • Remove unnecessary operations from $name and $envVar properties.
    • Remove unused parameter from load() method.
    • Make $config property not nullable.
    • Bump package version.

  • Update composer.json:
    • Change package type form project to library.
  • Update TaskRunner class:
    • Bump package version.

  • Initial release.

[Unreleased]