Tastphp Framework Versions Save

The Tastphp Framework Core

v2.0.0

6 years ago
  • support delays in registration of serviceProvider
  • add ServiceKernelProvider

v1.7.7

6 years ago
  • 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

v1.7.6

6 years ago
  • Fixed miss class load

v1.7.5

6 years ago
  • Fixed bug when client register kernel listener
  • Fixed bug when client for routerService dispatch

v1.7.4

6 years ago
  • Fixed ConfigService cache bug

v1.7.3

6 years ago

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

v1.7.2

6 years ago
  • optimize ConfigService
  • add cache command for route&config

v1.7.1

6 years ago
  • add register kernel listeners&&ServiceProvider wrapper

v1.7.0

6 years ago
  • 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)

v1.6.1

6 years ago
  • Fixed console command bug when integrate to Tastphp Framework