Releases: peoplepath/service-container
Releases · peoplepath/service-container
v0.8.2
Features
- new method
try()
for graceful fetch of potentially unavailable objects
v0.8
Features
- new method
wire()
for easy-to-use manual wiring
Improvements
- minimal version bumped to PHP 8.0
- improved tests
- improved static analysis
Breaking changes
- method
singleton
has been renamed to instance
v0.7
upgrade to latest dependencies
v0.6.2
- revert usage of factory container (no measurable benefits in the real world - it seem that PHP 7.4 Reflection is pretty quick)
v0.6.1
- separate factory container (factories are independent when cloning the object)
v0.6
- improved performance
- easier debugging
- preparations for factory caching
v0.5
introduce autowired factories
v0.4.6
make errors more consistent