Skip to content

v0.8.0

Compare
Choose a tag to compare
@ivopetkov ivopetkov released this 13 Apr 08:31
· 491 commits to master since this release

Not compatible with v0.7!

Added:
A new way to register and use addons.
$app->urls
$app->filesystem instead of BearFramework\Dir and BearFramework\File
$app->images instead of BearFramework\Images
$app->data->execute to execute multiple commands atomically

Changed:
$app->container->add is now $app->container->set
The container now returns only a single instance (singleton).

Removed:
$app->load
$app->getUrl
$context->load