Skip to content

Releases: container-interop/service-provider

v0.4.1

14 Dec 14:50
e04441c
Compare
Choose a tag to compare

What's Changed

  • Allow ^2.0 of psr/container by @Biont in #57

New Contributors

  • @Biont made their first contribution in #57

Full Changelog: v0.4.0...v0.4.1

v0.4.0

20 Sep 14:16
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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 and getExtensions. 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

16 May 12:08
Compare
Choose a tag to compare

See #20 for more information

Replacing "previous" parameter with a callback generating "previous"

27 Feb 15:49
Compare
Choose a tag to compare

See #9 and #10 for more information.

First alpha release

23 Feb 15:27
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release
Merge pull request #7 from container-interop/faq

Adding FAQ