Skip to content

Releases: Gappa/WebLoader

3.2.1

28 Feb 08:27
1e7cdf8

Choose a tag to compare

Full Changelog: 3.2.0...3.2.1

7.1.1

10 Jan 11:40
dfafe20

Choose a tag to compare

Full Changelog: 7.1.0...7.1.1

7.1.0

09 Aug 07:59

Choose a tag to compare

Full Changelog: 7.0.0...7.1.0

7.0.0

08 Aug 11:49

Choose a tag to compare

Full Changelog: 6.0.3...7.0.0

6.0.3

08 Aug 10:28

Choose a tag to compare

Full Changelog: 6.0.2...6.0.3

6.0.2

23 Jan 09:26

Choose a tag to compare

Full Changelog: 6.0.1...6.0.2

6.0.1

06 Sep 11:19

Choose a tag to compare

Full Changelog: 6.0.0...6.0.1

6.0.0

13 Jun 07:52

Choose a tag to compare

  • Require PHP 8.0 or greater.
  • Require Latte 3.x.
  • Code style, phpstan fixes.

5.1.0

25 Nov 13:15

Choose a tag to compare

  • Refactoring, code style.
  • Updated dependencies & PHPUnit.
  • Updated PhpStan.
  • Experimental feature that enables adding assets from other extensions, their CompilerExtension needs to implement IWebloaderAssetProvider interface, the data format is the same as in .neon.
  • Asset batches are now validated using the same schema as CSS/JS default values.

5.0.0

28 Jul 12:10

Choose a tag to compare

  • Some fixes & refactoring.
  • Removed: joinFiles, they are always joined. This can be substituted by adding batches as needed.
  • Added: renderInline, renderUrl
{control css:inline} {* will output the file inline inside style/script tag *}
{control css:url} {* will output only the URL to the file *}