Skip to content

Releases: leroy0211/Slim-Symfony-Dependency-Injection-Bridge

2.0.0-RC1

17 Mar 16:05
d6092b9
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

Changed

This release contains a different approach on how the Slim Framework Services are constructed and added to the Container. It uses a Container Extension to load the services with the XmlFileLoader, which means that the provided customized ContainerBuilder is obsolete and can be replaced by the original. However it's stil in place for backwards compatibility, and a bit easier configuration.

Removed

Removed EOL php support:

  • php55
  • php56
  • php70

1.0.3

17 Mar 14:28
Compare
Choose a tag to compare

Fixed issue #6 that the container could not be dumped as compiled container.

v1.0.2

09 Jan 18:10
Compare
Choose a tag to compare

Fixed issue where default Slim Framework services can not be overridden by Loaders.

1.0.1

13 Jun 14:39
Compare
Choose a tag to compare
  • Added feature to change default Slim Settings (#4)
  • Removed unittests for HHVM

1.0.0

13 Jun 14:41
Compare
Choose a tag to compare
  • Symfony Container Bridge for Slim Framework 3