Skip to content

Releases: 68publishers/asset

v3.3.4

06 Aug 00:44
Compare
Choose a tag to compare

Added

  • Added support for symfony/asset:^7.0

v3.3.3

24 Mar 00:44
Compare
Choose a tag to compare

Changes

  • Nette\DI\Definitions\Statement is now acceptable type for option base_urls and packages[].base_urls

v3.3.2

10 Feb 09:21
Compare
Choose a tag to compare

Changes

  • changed required version of nette/utils to ^3.2.5 || ^4.0

Development

  • changed PHPStan level to max

v3.3.1

29 Nov 23:11
Compare
Choose a tag to compare

Changes

  • Makefile is excluded from an export

v3.3.0

29 Nov 03:40
Compare
Choose a tag to compare

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

24 Nov 01:07
Compare
Choose a tag to compare

Latte functions asset and asset_version

Changes

  • added latte functions asset and asset_version
  • removed unusable latte filters |asset and |asset_version
  • updated the section Usage in Latte templates in the README

v3.2.0

24 Nov 01:03
Compare
Choose a tag to compare

Configuration option strict_mode

❗ BC breaks

  • dropped support for symfony/asset in the version 4.x, minimal required version is 5.4

Added

  • added the configuration option strict_mode for the main and nested packages

Development

  • added new assertions in tests

v3.1.0

22 Nov 10:11
Compare
Choose a tag to compare

Latte 3 support ☕

Changes

  • added support for both Latte versions - ^2.5 and ^3.0
  • updated the section Usage in Latte templates in the README

Development

  • added tests for latte filters
  • updated PHPStan configuration

v3.0.0

21 Nov 07:32
Compare
Choose a tag to compare
  • Supported PHP versions are between 7.4 and 8.2
  • Bumped supported version of symfony/asset to ^4.0 | ^5.0 | ^6.0
  • The compiler extension has been completely refactored
  • Added more tests
  • Added GitHub actions
  • Added PHPStan

v2.1.0

24 Jul 23:25
Compare
Choose a tag to compare
Nette\DI\Statement are allowed for options `base_path` and `base_urls`