Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwanAlsoltany committed Aug 25, 2021
1 parent cdd0f6e commit 6aa4cfe
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,16 @@ All notable changes to **Blend** will be documented in this file.

<br />

## [[1.0.4] - 2021-08-25](https://github.com/MarwanAlsoltany/blend/compare/v1.0.4...v1.0.5)
- 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.

<br />

## [[1.0.3] - 2021-08-24](https://github.com/MarwanAlsoltany/blend/compare/v1.0.3...v1.0.4)
- Update `TaskRunner` class:
- Add new `$path` property.
Expand All @@ -12,18 +22,18 @@ All notable changes to **Blend** will be documented in this file.
- Remove fallback values of config tasks in `bootstrap()` method.
- Update properties and methods DocBlocks.
- Bump package version.
- Update `blend.php` class:
- Update `blend.php`:
- Update `config:generate` task.
- Update `TaskRunnerTest` class:
* Add `__toString()` magic method test.
- Add `__toString()` magic method test.

<br />

## [[1.0.3] - 2021-08-24](https://github.com/MarwanAlsoltany/blend/compare/v1.0.2...v1.0.3)
- Update `TaskRunner` class:
- Update `TRANSLATIONS` class constant to prevent unexpected name translation.
- Bump package version.
- Update `blend.php` class:
- Update `blend.php`:
- Add `phar:update` task.
- Add `declare(strict_types=1)` declaration.
- Add namespace to the file.
Expand Down

0 comments on commit 6aa4cfe

Please sign in to comment.