Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 1.03 KB

Changelog

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.

[Unreleased]

Added

  • 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;

Changed

  • Dropped support for php 8.1;

[1.1] - 2022-12-20

Updated

  • Renamed vendor name;
  • Updated README.md;
  • Minor refactor;

[1.0] - 2022-12-14

Updated

  • Updated dependencies;
  • Updated README.md;

[0.1] - 2022-12-14

Added

  • 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;