Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarwanAlsoltany committed Dec 15, 2021
1 parent 9ab5a4e commit 48e2e4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to **VELOX** will be documented in this file.

<br />

## [[1.5.3] - 2021-12-15](https://github.com/MarwanAlsoltany/velox/compare/v1.5.2...v1.5.3)

- Update `Engine` class:
- Update `getCompiledContent()` method.
- Update `printVariables()` method to print escaped and unescaped variables.
- Remove `printUnescapedVariables()` method.
- Refactor `wrapControlStructures()` method.
- Update `Router` class:
- Update `start()` method to allow for `ON_START` event to be dispatched when CSRF check fails.
- Rename `doEchoResponse()` method to `respond()`.

<br />

## [[1.5.2] - 2021-12-14](https://github.com/MarwanAlsoltany/velox/compare/v1.5.1...v1.5.2)

- Update `App` class:
Expand Down

0 comments on commit 48e2e4c

Please sign in to comment.