Releases: orchestral/lumen
Releases · orchestral/lumen
v3.4.1
Changes
- Use
PHPUnit\Framework\Assert
instead of PHPUnit_Framework_Assert
.
- Support
DatabaseTransactions::connectionsToTransact
feature in Lumen. (@xcept10n)
v3.4.0
Changes
- Update support for Laravel Framework v5.4.
v3.3.2
- Fixes invalid class name.
v3.3.1
- Add support for
Laravel\Lumen\Application::getCachedExtensionServicesPath()
.
Laravel\Lumen\Application
should be able to handle request from Symfony\Component\HttpFoundation\Request
.
- Better support for integrating with Orchestra Platform.
v3.3.0
- Update support for Lumen Framework v5.3.x.
App\Lumen\Http\Middleware\Cors
should handle Symfony\Component\HttpFoundation\Response
.
- Deprecate
Laravel\Lumen\Application::withFacadeAliases()
.
v3.2.9
- Separate
Laravel\Lumen\Routing\Helpers::transform()
to transformWith()
and serializeWith()
.
- Fixes the calling of terminate methods on middleware defined with
parameters, and also will now call terminate middleware in tests. (@cnanney)
v3.2.8
- Add
Laravel\Lumen\Application::getNamespace()
. (@mlantz)
- Fixes unit testing Jobs using mock object always fails. (@christian452)
- Add support for handling transformer and serializer using
Laravel\Lumen\Routing\Helpers
trait.
v3.2.7
- Add support for installation via
lumen.json
.
v3.2.6
- Improved the exception handler. (@GrahamCampbell)
- Add
Laravel\Lumen\Application::runningUnitTests()
.