Skip to content

Releases: nette/bootstrap

Released version 3.0.1

22 Oct 16:55
@dg dg
Compare
Choose a tag to compare
  • 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 🎉

26 Mar 15:05
@dg dg
e1075af
Compare
Choose a tag to compare

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

17 May 12:57
@dg dg
Compare
Choose a tag to compare
  • 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

29 Aug 08:13
@dg dg
Compare
Choose a tag to compare
  • supports PHP up to 7.2
  • detectDebugMode() check for Forwarded header existence (#55)
  • Configurator:getCacheDirectory() throws exception when is unable to create directory

For the details you can have a look at the diff.

Released version 2.4.4

14 Jul 07:38
@dg dg
Compare
Choose a tag to compare
  • coding style: fixes, lowercase true/false/null

For the details you can have a look at the diff.

Released version 2.4.3

19 Feb 22:19
@dg dg
Compare
Choose a tag to compare
  • added Configurator::addDynamicParameters()
  • compatible with RobotLoader 3.0

For the details you can have a look at the diff.

Released version 2.4.2

20 Dec 23:22
@dg dg
Compare
Choose a tag to compare
  • added Configurator::enableTracy as alias for enableDebugger
  • @return self -> static

For the details you can have a look at the diff.

Released version 2.4.1

25 Jun 12:07
@dg dg
Compare
Choose a tag to compare
  • 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

17 Jun 17:03
@dg dg
Compare
Choose a tag to compare
  • requires PHP 5.6.0
  • uses Nette\SmartObject & StaticClass
  • Configurator: removed ReflectionExtension
  • Configurator: extracted loadContainer() from createContainer()
  • 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

17 Jun 17:02
@dg dg
Compare
Choose a tag to compare
  • 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.