From 842890a6eccd8fe9cb0abaa5fb2cccd277117f83 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 18 Jun 2022 12:33:16 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ee44be..f66507bb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,11 +64,13 @@ tokens:verify-hash Verify token hash. ``` +* **core**: Added `Thermage` library for better Flextype CLI Application styling. + * **core** Added new constants `PROJECT_NAME`, `PATH_PROJECT`, `PATH_TMP`. -* **core** Added ability to run Flextype in silent mode by disabling settings `app` and `cli`. +* **core** Added ability to run Flextype in silent mode by disabling `app` and `cli`. -* **core**: Added Glowy PHP View Package. +* **core**: Added New Glowy PHP Packages `View`, `Macroable`, `Strings`, `Arrays`, `Csrf`, `Filesystem`, `Registry`, `Session`. * **core**: Added built-in I18n module. @@ -161,6 +163,8 @@ * **frontmatter**: Added ability to define custom frontmatter header parsers for entries. Example: instead of first `---` you may set serializer `---json`, `---json5` `---yaml` or `---neon`. +* **serializers**: Added new serializer `Json5`. + * **serializers**: Added new serializer `Neon`. Documentation [here](https://doc.nette.org/en/3.1/neon).