Skip to content

v0.23.0

Compare
Choose a tag to compare
@s3b4stian s3b4stian released this 01 Nov 12:02
· 348 commits to master since this release

New on this version

Added

  • Linna\Authentication\User->uuid property
  • Linna\Mvc\Model->set() method for set data to notify to observer
  • Linna\Mvc\Model->get() method for retrive data to notify to observer
  • Linna\Helper\Env class #58
  • Linna\Helper\Eng::get() static method
  • Linna\Helper\Str class #58
  • Linna\Helper\Str::startsWith() static method
  • Linna\Helper\Str::endsWith() static method

Changed

  • Linna\Cache\DiskCache->__construct() ttl option removed
  • Linna\Http\FastMapTrait merged into Linna\Http\Router through magic __call()
  • Linna\Session\MysqlPdoSessionHandler->__construct() now expect Linna\Storage\ExtendedPDO as parameter
  • Linna\Storage\PdoStorage moved to Linna\Storage\Connectors\PdoConnector
  • Linna\Storage\MysqliStorage moved to Linna\Storage\Connectors\MysqliConnector
  • Linna\Storage\MongoDbStorage moved to Linna\Storage\Connectors\MongoDBConnector
  • Linna\Storage\StorageInterface renamed to Linna\Storage\ConnectorInterface
  • Linna\Storage\StorageFactory->get() now return the connection resource directly

Fixed

  • Linna\Auth\Authenticate login data doesn't update after login
  • Linna\Mvc\FrontController action execution before and after

Removed

  • Linna\Http\FastMapTrait

For more information read the full Changelog until now.