All Versions
20
Latest Version
Avg Release Cycle
45 days
Latest Release
-

Changelog History
Page 2

  • v1.7.0-1

    December 08, 2019
  • v1.6.0 Changes

    August 09, 2019
    • โž• Added sugar functions for Container
    • ๐Ÿ›  Fixed GraphQL JSON header with UTF-8 charset
  • v1.5.3 Changes

    April 01, 2019
    • Swoole behavior was affected by Route\DID_MATCH.
  • v1.5.2 Changes

    March 28, 2019
    • 0๏ธโƒฃ Routes stop propagation by default.
    • Grouped routes like resource and files are now lazy-loaded.

    Introducing:

    Route\did\_match(): bool
    
  • v1.5.1 Changes

    March 17, 2019
    • โฌ‡๏ธ Dropped Ratchet in favor of Swoole's websocket.
    • โฌ‡๏ธ Dropped Jwt in favor of Firebase's JWT.
    • โž• Added Result module.
    • โšก๏ธ Updated Twig namespace declarations.
    • โž• Added Redis module.
  • v1.5.0 Changes

    February 23, 2019

    Now it's returning the Servers for both HTTP and WebSocket instead of Closures and not starting them internally.

  • v1.4.0 Changes

    February 20, 2019
    • ๐Ÿ‘ Better Swoole API following the example and the documentation
    • Database module for PDO and MongoDB
    • Mail module for SwiftMailer
  • v1.3.0 Changes

    December 07, 2018

    ๐Ÿ‘ PSR-15 support wrapping Zend's Diactoros and Stratigility.

  • v1.2.0 Changes

    November 27, 2018

    โšก๏ธ All dependencies updated to its latest stable version.
    The major difference:

    • No SapiEmitter on Diactoros
    • ๐Ÿ†• New GraphQL executeQuery API
  • v1.1.0 Changes

    October 20, 2018

    Suggestions from @Sinevia applied, there are two more aways to route.
    The any function matches any HTTP method
    and the class_name function that works like Controller in other frameworks.
    Also, thanks again to @IvanDelsinne for feedback on this follow up.