Releases: nette/bootstrap
Releases · nette/bootstrap
Released version 2.3.4
- TracyBridge: prints template name although is not file
- Configurator: DI container cache key depends on PHP minor version
For the details you can have a look at the diff.
Released version 2.2.6
- travis: migrating to container-based infrastructure
- improved coding style
For the details you can have a look at the diff.
Released version 2.3.3
- travis: migrating to container-based infrastructure
- improved coding style
For the details you can have a look at the diff.
Released version 2.3.2
- Configurator: DecoratorExtension is called after ApplicationExtension to allow decorate presenters
For the details you can have a look at the diff.
Released version 2.2.5
- NetteExtension: avoid autoloading of FileStorage when not required
- NetteExtension: headers are not send and session is not started in CLI mode
- Configurator::
setDebugMode()
accepts only array|string|bool - Configurator: TracyBridge is called in
enableDebugger()
- TracyBridge: fixed quirky htmlspecialchars in PHP 5.6
For the details you can have a look at the diff.
Released version 2.3.1
- Configurator: param tempDir is passed to ApplicationExtension
For the details you can have a look at the diff.
Released version 2.3.0
- in config file you can move all sections placed in
nette
to one level up. If you move up one of the sectionscontainer
,mailer
ordebugger
, rename it todi
,mail
andtracy
. - added
Configurator::addServices()
- uses new
DI\ContainerLoader
- removed deprecated constants
Configurator::DEVELOPMENT & PRODUCTION
(BC break) Configurator::setDebugMode()
accepts only bool / string / array
Released version 2.2.4
- fixes
For the details you can have a look at the diff.
Released version 2.2.3
Released version 2.2.2
- added support for
$configurator->setDebugMode('[email protected]')
, wheresecret
must match with cookienette-debug
For the details you can have a look at the diff.