Version 0.5.13 👾
-
Improved performance of
Inphinit\Experimental\SessionandInphinit\Packages -
Inphinit\Helper::parseVersion()use "Semantic Versioning 2.0.0" now -
New param value for
Request::is()method, eg:Request::is('prefetch')check if existsPurposeorX-MozorX-Purposeheaders, if exist check if value isprefetch(case-insenstive) -
Improved performance of
Inphinit\Routing\Routeif is not using regex -
Removed unnecessary check in
UtilsAutoloadfunction -
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\Configmoved toInphinit\ConfigInphinit\Experimental\Debugmoved toInphinit\DebugInphinit\Experimental\Dirmoved toInphinit\DirInphinit\Experimental\Dom\Documentmoved toInphinit\Dom\DocumentInphinit\Experimental\Dom\DomExceptionmoved toInphinit\Dom\DomExceptionInphinit\Experimental\Dom\Selectormoved toInphinit\Dom\SelectorInphinit\Experimental\Exceptionmoved toInphinit\ExceptionInphinit\Experimental\Maintenancemoved toInphinit\Maintenance
-
Methods from
Inphinit\Experimental\Fileclass that are no longer experimental and are now available inInphinit\Fileclass (can still be used with theInphinit\Experimental\Fileclass to avoid breaking old projects):Inphinit\Experimental\File::lines()moved toInphinit\File::lines()Inphinit\Experimental\File::portion()moved toInphinit\File::portion()