Releases: therion86/framework
Releases · therion86/framework
1.1.3
1.1.2
Bugfixes (#24)
Fixed an issue where automatic class loading did not work when a callable (e.g., registered in services.php or in a factory) was used, because the load method of the DI container was not properly utilized.
Deprecations
The loadCallable method remains available for now but is planned to be removed in a future version. It currently serves only as a wrapper around the load method for backward compatibility.
1.1.1
What's Changed
- Add host to httpRequest and fix Router methods interface by @therion86 in #22
Full Changelog: v1.1.0...v1.1.1
1.1.0
NOTE
With this version you have to change your registerRoutes in your Modulefactories to the HttpRouterInterface!
What's Changed
- Fix loading middlewares from services.php by @therion86 in #20
- Fix tests by @therion86 in #21
- It is now Possible to load your own router and add middlewares to it
Full Changelog: v1.0.5...v1.1.0
1.0.5
- Add possibility to add named parameters in the DI's register function
- This also alows now optional and nullable parameters
- Fixed bug for not finding parameters for register classes
What's Changed
- 12 register classes with fixed parameters by @therion86 in #13
Full Changelog: v1.0.4...v1.0.5