Releases: inphinit/framework
Releases · inphinit/framework
Version 0.5.10 👾
- Improved performance in
UtilsPath()
- Improved performance in
Group::checkDomain()
method
Version 0.5.9 👾
- Improved performance if no "regex route" is defined
- Fixed check not unseted routes
Version 0.5.8 👾
Improved system/error.php
for use Inphinit\Response
and Inphinit\Viewing\View
class
Version 0.5.7 👾
Bump version
Version 0.5.4 👾
- Improved get initial HTTP status (200)
- Removed trigger
changestatus
event for initial HTTP status - If HTTP status is 200 avoid execute
Route::get()
(for useErrorDocument
,error_page
, etc)
Version 0.5.3 👾
- Fixed non-empty output and "state" in
App::exec()
- Improved performance in
App::exec()
andRoute::get()
- Fixed check always_populate_raw_post_data in PHP 7 (requirements.php)
- Fixed HOST in
SetupBuiltIn
Version 0.5.2 👾
- Fixed
Config::save()
method - Move temporary files by type in different folders
- Improved
Request::json()
andRequest::xml()
for old PHP versions - Improved
Request::raw()
for old PHP versions - Change: The
Storage
class will not automatically generate subfolders when using theput()
andwrite()
methods, to create folders useStorage::createFolder()
method.
Version 0.5.1 👾
- Fixed preview in Debug::source()
- Debug::source() returns only files backtrace (ignore closures and etc)
- Debug::source() returns more details
- Improved offset and max in File::portion() and File::lines()
- Removed unnecessary LOCK and improved performance in Storage::temp()
- Improved Dom\Document::fromArray() (
Helper::seq
is unnecessary now) - New CSS selector
:contains-child(<text>)
(non-standard) to Document::query() (andnew Dom\Selector
class) - Searches for file that "EVAL" fails (
Debug::evalFileLocation()
) - Search for the file where the
eval()'d
failed (Debug::evalFileLocation()
) - Improved PHPDoc
Version 0.5.0
- Fixed
Inphinit\Http\Request::raw()
method - Support for seek in
Inphinit\Http\Request::raw()
method (for old PHP versions) - Fixed
:contains()
inInphinit\Experimental\Dom\Selector
class - Fixed
strpos()
inInphinit\Experimental\Dom\Selector::uniqueToken()
(private) for PHP7.4+ - Support
Inphinit\Helper::extract()
method support stdClass - Improved
Inphinit\Storage::temp()
method for prevent "race condition" - Method separated
Inphinit\Experimental\File::portion()
in two methods (::portion()
for get excerpt and::lines()
for get lines) - "Autoset"
server.bat
andserver.sh
variables (SetupBuiltIn()
function)
Version 0.4.5
- Improved
Inphinit\Experimental\Dir
class to extended classes - Removed unused
use
s - New method:
Inphinit\Helper::ksort()
(sort multidimensional arrays by keys) - Fixed
Inphinit\Http\Request::raw()
method for old PHP versions - Fixed
Inphinit\Http\Response::removeHeader()
method for dispatched headers - Improved
Inphinit\Uri::canonquery()
method