Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwanAlsoltany committed Oct 4, 2022
1 parent 17184d1 commit 79cc620
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ All notable changes to **Mighty** will be documented in this file.

<br />

## [[1.0.1] - 2022-10-04](https://github.com/MarwanAlsoltany/mighty/compare/v1.0.1...v1.1.0)
- Update rules:
- Fix `common`, `condition`, and `image` rules messages placeholders.
- Update `Expression` class:
- Fix `build()` method checks for expression validity.
- Add `concat()` method.
- Update `write()` method.
- Add `comment()` method.
- Update `variable()` method.
- Update `Engine` class:
- Fix `evaluateBitwiseExpression()` method checks for expression validity.
- Update `parseExpression()` method to allow for same rule repeation.
- Add `cleanExpression()` method.
- Add `evaluateExpression()` method.
- Update `Utility` class:
- Update `transform()` method to always use `UTF-8`.
- Update `Validator` class:
- Refactor `validateOne()` method.
- Update test:
- Add `EngineTest` class.
- Update `ValidationTest` class.
- Update `ValidatorTest` class.

<br />

## [[1.0.1] - 2022-09-20](https://github.com/MarwanAlsoltany/mighty/compare/v1.0.0...v1.0.1)
- Update `Rule` class:
- Update `createErrorMessage()` to pass rule name as a second parameter for message translation callback to allow for translating error messages easily based on rule name rather than the actual message.
Expand Down

0 comments on commit 79cc620

Please sign in to comment.