Releases: nette/bootstrap
Releases · nette/bootstrap
Released version 3.0.1
- Configurator: passes RobotLoader to ApplicationExtension nette/application#227
- Configurator::
detectDebugMode()
workaround for PHP bug #77722
For the details you can have a look at the diff.
Released version 3.0.0 🎉
Features
- requires PHP 7.1
- uses declare(strict_types=1)
- uses PHP 7.1 scalar and return type hints
- added Configurator::addDynamicParameters() [Closes #35]
- added compiler extension SearchExtension
- added default parameter %vendorDir%
Changes
- parameters added via addParameters() has higher priority (BC break) (#56)
- Configurator: uses Compiler::loadConfig()
- Configurator::$files -> $configs (BC break)
- removed support for Nette\Environment
- to $autowireExcludedClasses added ArrayAccess, Countable, IteratorAggregate, Traversable
Released version 2.4.6
- TracyBridge: initializes Tracy v2.5 Nette brigde
- coding style
For the details you can have a look at the diff.
Released version 2.4.5
Released version 2.4.4
- coding style: fixes, lowercase true/false/null
For the details you can have a look at the diff.
Released version 2.4.3
- added Configurator::
addDynamicParameters()
- compatible with RobotLoader 3.0
For the details you can have a look at the diff.
Released version 2.4.2
Released version 2.4.1
- Configurator: added
setTimeZone()
- Configurator: passes
%consoleMode%
to some extensions
For the details you can have a look at the diff.
Released version 2.4.0
- requires PHP 5.6.0
- uses Nette\SmartObject & StaticClass
- Configurator: removed ReflectionExtension
- Configurator: extracted
loadContainer()
fromcreateContainer()
- Configurator: warns when deprecated 'nette' section is used
- Configurator: removed parameter 'environment' (BC break)
- Configurator: removed parameter 'container' (BC break)
- Configurator::
addConfig()
sections are deprecated (BC break)
For the details you can have a look at the diff.
Released version 2.3.5
- TracyBridge: fixed highlighting of long lines nette/tracy#156
- compatible only with nette/di 2.3.*
For the details you can have a look at the diff.