Releases: bearsunday/BEAR.Package
Releases · bearsunday/BEAR.Package
1.7.12
1.7.11
Compiler creates auroload.php
in application root. #277 .
Better performance and less autoload makes less frustration in debug tracing.
Change autoload.php
require in bootstrap.php
from
require dirname(__DIR__) . '/vendor/autoload.php'; // original loader
to
require dirname(__DIR__) . '/autoload.php'; // compiled loader
1.7.10
1.7.9
1.7.8
- This release boosts the bootstrap performance in development like in production.
$app
application instance is "now cached".- You need to
touch src
orrm -rf var/tmp
to update$app
bindings such asRouterInterface
if you bind by hand. (Thevendor
timestamp is used for the update, it will cover most use case.)