Nette DI v3.0.4 Release Notes

Release Date: 2020-05-15 // almost 4 years ago
    • ๐Ÿ›  Resolver: fixed self-dependency #240
    • InjectExtension: chooses a more specific type #234
    • ๐Ÿ‘ป SearchExtension: Exception when class is not autoloaded.
    • DecoratorExtension: resolves definitions before uses its findByType()
    • Container: added getByName() as alias for getService()
    • ๐Ÿšš Compiler: moved Search extension before Decorator (#197)
    • ๐Ÿ‘ป Resolver: better exception message (#233)
    • InjectExtension: maintains natural order of inject methods (BC break)

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