You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ of services easier.
9
9
## Future of extension
10
10
In Nette 3.0, [SearchExtension](https://doc.nette.org/en/3.0/di-builtin-extensions#toc-searchextension) was introduced.
11
11
It builds on the same concept as this extension (in which I stole the concept from Symfony DependencyInjection).
12
-
Unfortunately there are still a few problems that need to be fixed in order to fully replace `fmasa/auto-di` (https://github.com/nette/di/issues/215), but it's on the other hand part of Nette DI core and supports several features, that `fmasa/auto-di` doesn't (yet).
12
+
Unfortunately there are still a few problems that need to be fixed in order to fully replace `fmasa/auto-di` ([nette/di#215](https://github.com/nette/di/issues/215), but it's on the other hand part of Nette DI core and supports several features, that `fmasa/auto-di` doesn't (yet).
13
13
These are ways to register services implementing specific interface or extending specific class.
14
14
15
15
So long-term goal is to deprecate this extension in favor of SearchExtension, when (and if) SearchExtension reaches feature parity.
0 commit comments