Skip to content

Releases: nette/bootstrap

Released version 2.3.4

30 Nov 01:02
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:44
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:44
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:44
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:43
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:44
@dg dg
Compare
Choose a tag to compare
  • Configurator: param tempDir is passed to ApplicationExtension

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

Released version 2.3.0

31 Jan 15:39
@dg dg
Compare
Choose a tag to compare
  • in config file you can move all sections placed in nette to one level up. If you move up one of the sections container, mailer or debugger, rename it to di, mail and tracy.
  • 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

31 Jan 15:36
@dg dg
Compare
Choose a tag to compare
  • fixes

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

Released version 2.2.3

31 Jan 15:36
@dg dg
Compare
Choose a tag to compare
  • Configurator::addConfig() accepts arrays [Closes #25]
  • TracyBridge initialization moved from NetteExtension to Configurator
  • TracyBridge: collapsePaths are initialized by Tracy itself
  • NetteExtension: validates security.users data

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

Released version 2.2.2

27 Aug 22:26
@dg dg
Compare
Choose a tag to compare
  • added support for $configurator->setDebugMode('[email protected]'), where secret must match with cookie nette-debug

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