Version 0.5.13 👾
-
Improved performance of
Inphinit\Experimental\Session
andInphinit\Packages
-
Inphinit\Helper::parseVersion()
use "Semantic Versioning 2.0.0" now -
New param value for
Request::is()
method, eg:Request::is('prefetch')
check if existsPurpose
orX-Moz
orX-Purpose
headers, if exist check if value isprefetch
(case-insenstive) -
Improved performance of
Inphinit\Routing\Route
if is not using regex -
Removed unnecessary check in
UtilsAutoload
function -
Classes that are no longer experimental and are now available in the main namespace (can still be used with the "experimental" namespace to avoid breaking old projects):
Inphinit\Experimental\Config
moved toInphinit\Config
Inphinit\Experimental\Debug
moved toInphinit\Debug
Inphinit\Experimental\Dir
moved toInphinit\Dir
Inphinit\Experimental\Dom\Document
moved toInphinit\Dom\Document
Inphinit\Experimental\Dom\DomException
moved toInphinit\Dom\DomException
Inphinit\Experimental\Dom\Selector
moved toInphinit\Dom\Selector
Inphinit\Experimental\Exception
moved toInphinit\Exception
Inphinit\Experimental\Maintenance
moved toInphinit\Maintenance
-
Methods from
Inphinit\Experimental\File
class that are no longer experimental and are now available inInphinit\File
class (can still be used with theInphinit\Experimental\File
class to avoid breaking old projects):Inphinit\Experimental\File::lines()
moved toInphinit\File::lines()
Inphinit\Experimental\File::portion()
moved toInphinit\File::portion()