All Versions
20
Latest Version
Avg Release Cycle
45 days
Latest Release
-
Changelog History
Page 2
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
.
- Swoole behavior was affected by
-
v1.5.2 Changes
March 28, 2019- 0๏ธโฃ Routes stop propagation by default.
- Grouped routes like
resource
andfiles
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, 2019Now 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
- No
-
v1.1.0 Changes
October 20, 2018Suggestions from @Sinevia applied, there are two more aways to route.
Theany
function matches any HTTP method
and theclass_name
function that works like Controller in other frameworks.
Also, thanks again to @IvanDelsinne for feedback on this follow up.