Skip to content

Releases: PHP-DI/Slim-Bridge

1.1.1

15 Nov 06:53
2f7dc12
Compare
Choose a tag to compare
  • #30 & #31 Improve compatibility with Slim 3.9.0

1.1.0

14 Nov 19:18
36cbda8
Compare
Choose a tag to compare
  • #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

02 Sep 22:22
Compare
Choose a tag to compare

#15 Pass the routerCacheFile setting to the cache. The router can now also be injected through type-hinting (autowiring).

1.0.2

06 Aug 19:06
Compare
Choose a tag to compare

#8 and #14: Add PHP 5.5 support

1.0.1

01 Jun 11:14
Compare
Choose a tag to compare
  • Support new settings introduced in Slim 3.4
  • #7, #9 Support optional parameters in routes

1.0.0

08 Mar 22:09
Compare
Choose a tag to compare

Compatibility with Slim 3.2 and above.

0.2.1

30 Jan 18:51
Compare
Choose a tag to compare

#3 - Fix the configureContainer() method not called in the App class.

0.2.0

23 Jan 19:11
Compare
Choose a tag to compare

Replace the Quickstart class with a DI\Bridge\Slim\App class.

0.1.1

05 Jan 12:46
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Fix $_SERVER being cached by PHP-DI

0.1.0

03 Jan 12:56
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Readme