Skip to content

Releases: tastphp/tastphp

change tastphp framework composer version to 2.0.0

30 Oct 07:59
e9bcb5d

Choose a tag to compare

  • change tastphp framework composer version to 2.0.0

modify registerService function:

    protected function registerService($name)
    {
        return $this->container['serviceKernel']->registerService($name);
    }

modify composer.lock

20 Oct 05:59

Choose a tag to compare

  • modify composer.lock (update tastphp/framework version v1.4.0 to v1.7.3)

Added CacheConfigCommand && CacheRouteCommand etc

20 Oct 05:43

Choose a tag to compare

v1.3.5 (2017.10.20)

Added

  • CacheConfigCommand && CacheRouteCommand
  • default register twig

change Tastphp core Framework version to ~1.7

17 Oct 03:28

Choose a tag to compare

  • change Tastphp core Framework version to ~1.7

about Tastphp core Framework changelog:

  • 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)

detail visit: https://github.com/tastphp/framework/releases/tag/v1.7.0

remove console GenerateAdminController & GenerateAdminRoutes Command

12 Oct 10:16

Choose a tag to compare

  • remove console GenerateAdminController & GenerateAdminRoutes Command

Change console.php to console && compatible no config file

31 Jul 01:45

Choose a tag to compare

  • Change console.php to console

  • compatible no config file

modify app example version

24 Jul 07:15

Choose a tag to compare

  • modify app example version

compatibility psr-11 and psr-7

24 Jul 07:17

Choose a tag to compare

added

  • compatibility psr-11 and psr-7

fixed

  • Fixed some issues

Fixed some bugs

24 Jul 07:18

Choose a tag to compare

  • Fixed some bugs