Skip to content

Releases: tastphp/framework

support delays in registration of serviceProvider

30 Oct 07:30
2aea4fe
Compare
Choose a tag to compare
  • support delays in registration of serviceProvider
  • add ServiceKernelProvider

Added routes multi resources as array& Fixed when use doctrine debugbar not regiter

25 Oct 08:04
Compare
Choose a tag to compare
  • 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

24 Oct 03:05
Compare
Choose a tag to compare
  • Fixed miss class load

Fixed bug when client register kernel listener&when client for routerService dispatch

23 Oct 06:04
Compare
Choose a tag to compare
  • Fixed bug when client register kernel listener
  • Fixed bug when client for routerService dispatch

Fixed ConfigService cache bug

20 Oct 08:31
Compare
Choose a tag to compare
  • Fixed ConfigService cache bug

Merge pull request && Fixed when no app.yml file error

20 Oct 04:00
Compare
Choose a tag to compare

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

20 Oct 02:51
Compare
Choose a tag to compare
  • optimize ConfigService
  • add cache command for route&config

add register kernel listeners&&ServiceProvider wrapper

17 Oct 03:03
Compare
Choose a tag to compare
  • add register kernel listeners&&ServiceProvider wrapper

refactor kernel && optimize config service, enhance performance 10X!

16 Oct 07:25
Compare
Choose a tag to compare
  • 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.phpsrc/Framework/Listener/MiddlewareListener.php)

Fixed console command bug when integrate to Tastphp

12 Oct 09:18
Compare
Choose a tag to compare
  • Fixed console command bug when integrate to Tastphp Framework