Nette Bootstrap Versions Save

🅱 The simple way to configure and bootstrap your Nette application.

v3.2.3

1 month ago
  • added variable %rootDir%

v3.2.2

2 months ago
  • CacheExtension: complete path is passed since nette/caching 3.3.0

v3.2.1

7 months ago
  • support for PHP 8.3
  • added config.stub.neon #70
  • PhpExtension: validates options
  • ConstantsExtension: validates options
  • event handlers: changed iterable -> array #71

v3.2.0

1 year ago
  • requires PHP 8.0
  • PhpExtension: simplification, uses only ini_set

v3.1.4

1 year ago
  • PhpExtension: supports dynamic parameters
  • Configurator: added generateContainerKey()
  • Configurator::createContainer: added $initialize parameter
  • constants are PascalCase

v3.1.3

1 year ago
  • support for PHP 8.2
  • cs

v3.1.2

2 years ago
  • support for PHP 8.1

v3.1.0

3 years ago
  • requires PHP 7.2
  • renamed Nette\Configurator -> Nette\Bootstrap\Configurator
  • added addStaticParameters(), alias for addParameters()
  • Parameters passed to addParameters() are not %expanded% (BC break)
  • added ConstantsExtension & PhpExtension (moved from nette/di)

v3.0.2

3 years ago
  • default parameters are escaped
  • added modification time of composer to container cache key

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

v3.0.1

4 years ago
  • 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.