Nette DI v3.0.6 Release Notes
Release Date: 2020-11-25 // over 4 years ago-
- โ added PHP 8 attribute Inject
- cooperation with union types
- ๐ป Resolver::
completeException()
appends entity to exception message when type is not known - DependencyChecker: checks types of properties
- ๐ DependencyChecker: fixed compatibility with PHP 8 #247
- DIExtension: detects Tracy by presence of service @tracy\Bar #245
- โก๏ธ InjectExtension: updated exception messages
For the details you can have a look at the diff.
Previous changes from v3.0.5
-
- โ added new internal functions
bool()
,int()
,float()
,string()
- โ added
Helpers::escape()
- ๐ fixed PHP 8.0 compatibility
- ๐ improved exception messages
For the details you can have a look at the diff.
- โ added new internal functions