Skip to content

Releases: orchestral/lumen

v3.4.1

17 Aug 01:58
Compare
Choose a tag to compare

Changes

  • Use PHPUnit\Framework\Assert instead of PHPUnit_Framework_Assert.
  • Support DatabaseTransactions::connectionsToTransact feature in Lumen. (@xcept10n)

v3.4.0

29 May 22:34
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.4.

v3.3.2

16 Dec 17:36
Compare
Choose a tag to compare
  • Fixes invalid class name.

v3.3.1

16 Dec 14:59
Compare
Choose a tag to compare
  • 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

27 Nov 12:45
Compare
Choose a tag to compare
  • 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

17 Sep 04:17
Compare
Choose a tag to compare
  • 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

14 Aug 01:36
Compare
Choose a tag to compare
  • 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

22 Jul 03:28
Compare
Choose a tag to compare
  • Add support for installation via lumen.json.

v3.2.6

13 Jun 02:42
Compare
Choose a tag to compare
  • Improved the exception handler. (@GrahamCampbell)
  • Add Laravel\Lumen\Application::runningUnitTests().

v3.1.9

13 Jun 02:41
Compare
Choose a tag to compare