Skip to content

3.0.0

Compare
Choose a tag to compare
@Gappa Gappa released this 03 May 07:32
· 80 commits to master since this release

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%)