Skip to content

Path Update ver 0.7.1

Compare
Choose a tag to compare
@SonyPradana SonyPradana released this 09 Jun 13:32
· 435 commits to master since this release

[0.7.1] - 2022-06-09

What's Changed

Added

  • Added Str::fill(), Str::fillEnd() and Str::mask().
  • Added Text::fill(), Text::fillEnd() and Text::mask().

Fixed

  • Fixed MyCRUD::setter() check MyCRUD::RESISTANT always true.
  • Fixed MyCRUD::getLastInsertID() cant set default id (if id is empty).
  • Fixed MyPDO::transaction return MyPDO::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 from Container::class to Application::class.
  • Changed View::render throw exception when file not found.

Security

  • MyModel::call(), Unsafe usage of new static().
  • MyPDO::$Instance, Unsafe usage of new static().
  • AbstractJoin::ref(), Unsafe usage of new static().
  • Controller::static(), Unsafe usage of new static().
  • Router::getRoutes(), Call to an undefined method System\Router\Route::route().

Full Changelog: v0.7.0...v0.7.1