Releases: container-interop/service-provider
Releases · container-interop/service-provider
v0.4.1
v0.4.0
This new release introduces breaking changes:
- Interface name was renamed to
ServiceProviderInterface
to map more closely PHP-FIG naming conventions. See #34 - Since PSR-11 was passed, factories are passed PSR-11 container instead of container-interop containers. See #36
getServices
was split in two methods:getFactories
andgetExtensions
. See #39- In extensions, the previous value of the service is no more a
callable
resolving the service but is directly the service value. See #39
Switching to non-static getServices method returning callables
See #20 for more information
Replacing "previous" parameter with a callback generating "previous"
First alpha release
Merge pull request #7 from container-interop/faq Adding FAQ