From 386eb40956cdf817e6a35f249463283665cb4cd4 Mon Sep 17 00:00:00 2001 From: Marwan Al-Soltany Date: Fri, 17 Feb 2023 01:28:35 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4f31e..0d306f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to **Blend** will be documented in this file.
+## [[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. + +
+ ## [[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.