Skip to content

v2.1.2

Choose a tag to compare

@crynobone crynobone released this 19 Feb 07:12
· 88 commits to 2.1 since this release

Fixes

  • Fixes a problem whereby parameters passed through internal requests are not available in Laravel's $request->input().
  • Fixes support for custom data includes in Dingo\Api\Transformer\Adapter\Fractal.
  • Fixed issue on URLGenerator for signed routes.

Changes

  • Convert Illuminate\Database\Eloquent\ModelNotFoundException to Symfony\Component\HttpKernel\Exception\NotFoundHttpException instead of just tweaking the response status code.
  • Use Illuminate\Foundation\Application::bootstrapPath() by default when caching routes.