Path Update ver 0.7.1
[0.7.1] - 2022-06-09
What's Changed
- Support Static Analysis - PHPStan by @anggerpradana in #14
- Expand php test version by @anggerpradana in #15
Added
- Added
Str::fill()
,Str::fillEnd()
andStr::mask()
. - Added
Text::fill()
,Text::fillEnd()
andText::mask()
.
Fixed
- Fixed
MyCRUD::setter()
checkMyCRUD::RESISTANT
always true. - Fixed
MyCRUD::getLastInsertID()
cant set default id (if id is empty). - Fixed
MyPDO::transaction
returnMyPDO::beginTransaction
without run callable function.
Changed
- Changed
Str::class
to final class. - Changed
Select::class
to final class. - Changed
Application::class
to final class. - Changed
RouteDispatcher::class
to final class. - Changed
ServiceProvider::__construct()
param fromContainer::class
toApplication::class
. - Changed
View::render
throw exception when file not found.
Security
MyModel::call()
, Unsafe usage ofnew static()
.MyPDO::$Instance
, Unsafe usage ofnew static()
.AbstractJoin::ref()
, Unsafe usage ofnew static()
.Controller::static()
, Unsafe usage ofnew static()
.Router::getRoutes()
, Call to an undefined methodSystem\Router\Route::route()
.
Full Changelog: v0.7.0...v0.7.1