Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwanAlsoltany committed Feb 17, 2023
1 parent 260c988 commit 386eb40
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to **Blend** will be documented in this file.

<br />

## [[1.1.1] - 2022-09-20](https://github.com/MarwanAlsoltany/blend/compare/v1.1.0...v1.1.1)
- Update `TaskRunner` class:
- Add `REPO` class constant.
- Update `displayHelp()` method to have a link pointing to package repository.
- Refactor `makeTask()` method and Change its return value form void to the created task object.
- Update `addTask()` method to refactor task anonymous class.
- Update `runTask()` method to prevent running internal tasks.
- Update `sort()` method to sort using task object names instead of tasks array keys.
- Refactor `run()` method.

<br />

## [[1.1.0] - 2022-09-20](https://github.com/MarwanAlsoltany/blend/compare/v1.0.11...v1.1.0)
- Update `TaskRunner` class:
- Update `translate()` method to support regex translations.
Expand Down

0 comments on commit 386eb40

Please sign in to comment.