1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 13:16:45 +02:00

Update CHANGELOG.md

This commit is contained in:
Awilum
2022-06-18 12:33:16 +03:00
parent 0e25a410fc
commit 842890a6ec

View File

@@ -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).