Skip to content

Releases: Gappa/WebLoader

3.0.5

31 Jan 14:09
50f0c4c
Compare
Choose a tag to compare

Added $defaultName property to GenerateCommand.

2.6.2

23 Jan 07:45
Compare
Choose a tag to compare
  • Backported stuff from 3.x.
  • Phpstan fixes, general fixes.
  • New phpstan version.

3.0.4

10 May 13:40
Compare
Choose a tag to compare
  • Removed forgotten bdump.

3.0.3

10 May 08:25
Compare
Choose a tag to compare

Manual passing wwwDir & debugMode is not needed anymore.

extensions:
	webloader: WebLoader\Nette\Extension

3.0.2

06 May 11:04
Compare
Choose a tag to compare

Tried to fix/add automatic nonce insertion.

3.0.1

03 May 08:48
Compare
Choose a tag to compare

Updated code style.
PHPStan fixes.

3.0.0

03 May 07:32
Compare
Choose a tag to compare

Nette 3.0 support.
Composer updates.
Updated tests, so they pass.

Had to make some changes regarding passing of some parameters - %wwwDir% and %debugMode%. The Configuration Schema doesn't expand them by default (or I just don't know how to do it), so these parameters need to be passsed along with the extension:

extensions:
	webloader: WebLoader\Nette\Extension(%wwwDir%, %debugMode%)

2.6.1

04 Sep 06:45
Compare
Choose a tag to compare

Added missing files...

2.6.0

04 Sep 06:41
Compare
Choose a tag to compare

Fixed PHPUnit tests.
Added test for absoluteUrl option.
Use new Webloader\File class instead of a plain StdClass.
Code style.