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