Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwanAlsoltany committed Jun 8, 2022
1 parent b334254 commit 12e4047
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,22 @@ All notable changes to **Blend** will be documented in this file.

<br />

## [[1.0.10] - 2022-06-08](https://github.com/MarwanAlsoltany/blend/compare/v1.0.9...v1.0.10)
- Add `config/schema.json`.
- Update `TaskRunner` class:
- Add `NAME` class constant.
- Update `TRANSLATIONS` class constant.
- Update `translate()` method to prevent task names that start with special characters.
- Update `load()` method to make prefixing applied only when necessary.
- Update `bootstrap()` method validate the loaded config more strictly.
- Update Blend views (`displayHelp()`, `displayHint()`, `displayList()`, and `displayExec()` methods).
- Update `blend.php`:
- Add a check for `$schema` field to config files generated via the `config:generate` task.
- Update `setup` executable:
- Make the generated executable use the default `NAME` and `VERSION` of Blend.

<br />

## [[1.0.9] - 2021-10-06](https://github.com/MarwanAlsoltany/blend/compare/v1.0.8...v1.0.9)
- Update `blend.php`:
- Add a check for `PHAR` extension to make it optional.
Expand Down

0 comments on commit 12e4047

Please sign in to comment.