All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Explicit dependency on TwigPlugin, from now on it will be loaded automatically by
micro/kernel-boot-plugin-depended
package; - Added documentation for twig functions in php annotations;
- Dropped support for php 8.1;
- Renamed vendor name;
- Updated README.md;
- Minor refactor;
- Updated dependencies;
- Updated README.md;
- Plugin created;
- Created five twig functions:
- encore_entry_js_files - returns script files;
- encore_entry_css_files - returns link files;
- encore_entry_script_tags - renders script tags to a template;
- encore_entry_link_tags - renders link tags to a template;
- encore_entry_exists - checks if such entry exists;