Releases: PHP-DI/Slim-Bridge
Releases · PHP-DI/Slim-Bridge
1.1.1
- #30 & #31 Improve compatibility with Slim 3.9.0
1.1.0
- #25 and #29: request attributes can now be injected into controllers
The documentation previously advertised that but it wasn't possible (only route placeholders were injectable). Now any request attribute can be injected in controller parameters by naming the parameter with the same name as the attribute.
1.0.3
#15 Pass the routerCacheFile
setting to the cache. The router can now also be injected through type-hinting (autowiring).
1.0.2
#8 and #14: Add PHP 5.5 support
1.0.1
- Support new settings introduced in Slim 3.4
- #7, #9 Support optional parameters in routes
1.0.0
Compatibility with Slim 3.2 and above.
0.2.1
#3 - Fix the configureContainer()
method not called in the App
class.
0.2.0
Replace the Quickstart
class with a DI\Bridge\Slim\App
class.
0.1.1
Fix $_SERVER being cached by PHP-DI