Releases: 68publishers/asset
Releases · 68publishers/asset
v3.3.4
v3.3.3
v3.3.2
v3.3.1
v3.3.0
Namespace changes + better Latte registration
❗ BC breaks
- please change a namespace of a compiler extension in your
config.neon
From: SixtyEightPublishers\Asset\DI\AssetExtension
To: SixtyEightPublishers\Asset\Bridge\Nette\DI\AssetExtension
Changes:
- changed namespace of
AssetExtension
- all Latte stuff (macros, functions, providers) is now better registered in DIC
- updated README
v3.2.1
Latte functions asset
and asset_version
☕
Changes
- added latte functions
asset
andasset_version
- removed unusable latte filters
|asset
and|asset_version
- updated the section
Usage in Latte templates
in the README
v3.2.0
Configuration option strict_mode
❗ BC breaks
- dropped support for
symfony/asset
in the version4.x
, minimal required version is5.4
Added
- added the configuration option
strict_mode
for the main and nested packages
Development
- added new assertions in tests