Skip to content

Releases: Gappa/WebLoader

7.1.0

09 Aug 07:59
Compare
Choose a tag to compare

Full Changelog: 7.0.0...7.1.0

7.0.0

08 Aug 11:49
Compare
Choose a tag to compare

Full Changelog: 6.0.3...7.0.0

6.0.3

08 Aug 10:28
Compare
Choose a tag to compare

Full Changelog: 6.0.2...6.0.3

6.0.2

23 Jan 09:26
Compare
Choose a tag to compare

Full Changelog: 6.0.1...6.0.2

6.0.1

06 Sep 11:19
Compare
Choose a tag to compare

Full Changelog: 6.0.0...6.0.1

6.0.0

13 Jun 07:52
Compare
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
Compare
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
Compare
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 *}

4.0.3

28 Jul 10:56
4b18c88
Compare
Choose a tag to compare

Fixed #3 - by disabling it for the time being.

4.0.2

31 May 16:05
5b33b0d
Compare
Choose a tag to compare

Merged PRs:

Thanks!