Releases: tastphp/framework
Releases · tastphp/framework
support delays in registration of serviceProvider
Added routes multi resources as array& Fixed when use doctrine debugbar not regiter
- Added routes multi resources as array
example:
FrontBundle:
resource:
- FrontBundle/Config/routes.yml
- FrontBundle/Config/user_routes.yml
- Fixed when use doctrine debugbar not register
Fixed miss class load
- Fixed miss class load
Fixed bug when client register kernel listener&when client for routerService dispatch
- Fixed bug when client register kernel listener
- Fixed bug when client for routerService dispatch
Fixed ConfigService cache bug
- Fixed ConfigService cache bug
Merge pull request && Fixed when no app.yml file error
v1.7.3 (2017-10-20)
- Merge pull request #15 from akiyamaSM/patch-2
- Fixed when no app.yml file error
- move register debugbar code to WhoopsExceptionsHandler
optimize ConfigService && add cache command for route&config
- optimize ConfigService
- add cache command for route&config
add register kernel listeners&&ServiceProvider wrapper
- add register kernel listeners&&ServiceProvider wrapper
refactor kernel && optimize config service, enhance performance 10X!
- refactor kernel && optimize config service, enhance performance 10X!
- Fixed Router merge route array bug when route empty
- Fixed YamlService parse empty string warning
- clean code for kernel Listener && remove business logic Listeners (
src/Framework/Listener/MailListener.php
、src/Framework/Listener/MiddlewareListener.php
)
Fixed console command bug when integrate to Tastphp
- Fixed console command bug when integrate to Tastphp Framework