Skip to content

Latest commit

 

History

History
83 lines (46 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

83 lines (46 loc) · 1.34 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning] (http://semver.org/). For change log format, use [Keep a Changelog] (http://keepachangelog.com/).

[2.4.1] - 2024-12-04

Fixed

  • AssetRuntimExtension::preload() with a finalized path

[2.4.0] - 2024-12-04

Added

  • Twig finalize_path() function

[2.3.1] - 2024-12-04

Fixed

  • Entrypoints prefix with preload option

[2.3.0] - 2024-12-04

Added

  • Prefixed assets with router
  • Conflict with berlioz/router < 2.5

[2.2.0] - 2022-02-11

Added

  • Tests for preload function

Changed

  • entryPoints() accept dynamic options
  • preload() accept dynamic options

[2.1.0] - 2022-01-25

Changed

  • entrypoints() accept an array of entries
  • entrypointsList() accept an array of entries
  • Bump minimum compatibility of berlioz/core package to ^2.2

[2.0.1] - 2021-09-09

Fixed

  • Missing getter TwigSection::getProfile(): Profile

[2.0.0] - 2021-09-09

Changed

  • Synchronize Twig debug with Berlioz debug option

[2.0.0-beta1] - 2021-06-07

Added

  • Berlioz v2 compatibility
  • Twig debug section

Changed

  • Refactoring
  • Bump minimal compatibility to Berlioz v2

[1.1.0] - 2020-11-05

Added

  • PHP 8 compatibility

[1.0.0] - 2020-05-29

First version