Nette DI v3.0.6 Release Notes

Release Date: 2020-11-25 // over 3 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.