Releases: researchgate/injektor
Releases · researchgate/injektor
2.0.0
1.6.0
Add new method DependencyInjectionContainer::clear()
. This method clears all internal caches and memories. This is useful when creating multiple test injection containers in for example unit test. Before creating a new one and removing the reference to the current DependencyInjectionContainer
, call this method to avoid cyclic memory leaks.
Update dependencies to make injektor ready for PHP 7.3
1.5.0 Adapt readme to reflect the current PHP version requirements
Allow higher versions of psr/log dependency
1.4.1 Allow higher versions of psr/log
Added lazy loading factories
With this release we use lazy loading factories to reduce the amount of objects created and lot of autoloading of unused depdendencies
Fix iteration depth not decreased
1.3.12 Fix iteration depth not decreased
Fix injection with generated factories
1.3.11 Revert "Throw new InjectionLoopException so that the really long stac…
Nicer InjectionLoopException message
1.3.10 Throw new InjectionLoopException so that the really long stacktrace o…
Fix for zend-code 3.0.3
Merge pull request #13 from Erseni/zendCodeUpdate fixed extended class name because of breaking change in zend-code 3.0.3
Simple injection loop detection
1.3.8 More simple approach for injection loop detection that otherwise woul…