-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Improved performance of `Inphinit\Experimental\Session` and `Inphinit\Packages` - `Inphinit\Helper::parseVersion()` use "Semantic Versioning 2.0.0" now - New param value for Request::is() method, eg: `Request::is('prefetch')` check if exists `Purpose` or `X-Moz` or `X-Purpose` headers, if exist check if value is `prefetch` (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 to `Inphinit\Config` - `Inphinit\Experimental\Debug` moved to `Inphinit\Debug` - `Inphinit\Experimental\Dir` moved to `Inphinit\Dir` - `Inphinit\Experimental\Dom\Document` moved to - `Inphinit\Experimental\Dom\DomException` moved to - `Inphinit\Experimental\Dom\Selector` moved to - `Inphinit\Experimental\Exception` moved to `Inphinit\Exception` - `Inphinit\Experimental\Maintenance` moved to `Inphinit\Maintenance` - Methods from `Inphinit\Experimental\File` class that are no longer experimental and are now available in `Inphinit\File` class (can still be used with the `Inphinit\Experimental\File` class to avoid breaking old projects): - `Inphinit\Experimental\File::lines()` moved to `Inphinit\File::lines()` - `Inphinit\Experimental\File::portion()` moved to `Inphinit\File::portion()`
- Loading branch information
1 parent
36da409
commit cd62bea
Showing
25 changed files
with
1,768 additions
and
1,631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.