Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: laravel-json-api/laravel

v5.1.0 Laravel 12

24 Feb 20:55

Choose a tag to compare

What's Changed

Full Changelog:v5.0.2...v5.1.0

Contributors

  • @lindyhopchris
lindyhopchris
Assets2
Loading

v5.0.2

03 Dec 20:44

Choose a tag to compare

Upgrading

composer up laravel-json-api/laravel

What's Changed

  • fix: authorizer response should be honoured on destroy action when no request class for resource by@haddowg in#302

Full Changelog:v5.0.1...v5.0.2

Contributors

  • @haddowg
haddowg
Loading

v5.0.1

02 Dec 17:31

Choose a tag to compare

Upgrading

composer up laravel-json-api/laravel

What's Changed

  • fix: authorizer response with status should be honoured when unauthenticated by@haddowg in#301

Full Changelog:v5.0.0...v5.0.1

Contributors

  • @haddowg
haddowg
Loading

v5.0.0

01 Dec 19:53

Choose a tag to compare

Upgrading

composer require laravel-json-api/laravel --no-updatecomposer require laravel-json-api/testing --dev --no-updatecomposer up"laravel-json-api/*" cloudcreativity/json-api-testing

Although this is a major release with a breaking change (see below), the vast majority of applications should be able to upgrade without making any changes. You will only need to make a change if you're directly calling theauthorizeResource() method on a JSON:API HTTP request class.

What's Changed

  • feat: support Illuminate\Auth\Access\Response from authorizer by@haddowg in#298
  • #70 The authorizer implementation now allows methods to return eitherbool or an Illuminate AuthResponse.
  • BREAKING The return type for theauthorizeResource() method on both resource and query request classes has changed tobool|Response (where response is the Illuminate Auth response). If you are manually calling this method and relying on the return value being a boolean, this change is breaking. However, the vast majority of applications should be able to upgrade without any changes.

New Contributors

Full Changelog:v4.1.1...v5.0.0

Contributors

  • @haddowg
haddowg
Loading

v4.1.1

30 Nov 18:01

Choose a tag to compare

Upgrading

composer require laravel-json-api/laravel --no-updatecomposer require laravel-json-api/testing --dev --no-updatecomposer up "laravel-json-api/*" "cloudcreativity/json-api-testing"

What's Changed

New Contributors

Full Changelog:v4.1.0...v4.1.1

Contributors

  • @lindyhopchris
  • @SerhiiKotelnikov
lindyhopchris and SerhiiKotelnikov
Loading

v4.1.0

26 Jun 19:51

Choose a tag to compare

Upgrading

composer require laravel-json-api/laravel --no-updatecomposer up"laravel-json-api/*"

Changelog

Fixed

  • core#17 Fix incorrectself link in related resource responses, and removerelated link that should not exist. This has been incorrect for some time, but is definitely what thespec defines here.
  • eloquent#36 Support Eloquent dynamic relationships.

Full Changelog:v4.0.0...v4.1.0

Loading

v4.0.0 - Laravel 11

14 Mar 18:12

Choose a tag to compare

Upgrading

composer require laravel-json-api/laravel:^4.0 --no-updatecomposer require laravel-json-api/testing:^3.0 --dev --no-updatecomposer up"cloudcreativity/*""laravel-json-api/*"

What's Changed

Changelog

Changed

  • Package is now licensed under the MIT License.
  • BREAKING Package now requires Laravel 11.
  • Minimum PHP version is now8.2.

Full Changelog:v3.4.0...v4.0.0

Contributors

  • @lindyhopchris
lindyhopchris
Loading

v3.4.0

03 Mar 12:52

Choose a tag to compare

Upgrading

composer require laravel-json-api/laravel --no-updatecomposer up"laravel-json-api/*"

What's Changed

New Contributors

Full Changelog:v3.3.0...v3.4.0

Contributors

  • @RobChatloop
RobChatloop
Loading

v3.3.0

14 Feb 19:18

Choose a tag to compare

Upgrading

composer require laravel-json-api/laravel --no-updatecomposer up"laravel-json-api/*"

What's Changed

  • Feature: allow middleware registration per action on resource and relations by@lindyhopchris in#268

Full Changelog:v3.2.0...v3.3.0

Contributors

  • @lindyhopchris
lindyhopchris
Loading

Route registration and exception improvements

08 Nov 18:13

Choose a tag to compare

Upgrading

composer require laravel-json-api/laravel --no-updatecomposer up"laravel-json-api/*"

Changelog

Added

  • Exceptions converted to JSON:API errors when debug mode is on now include all previous exceptions.

Changed

  • Registering routes no longer results in the server instance being thread-cached. This more accurately reflects
    production environments, where routes would be cached so there would be no thread-cached JSON:API server when handling
    a HTTP request. This means tests (and development environments where routes are not cached) more accurately behave in
    the same way as production environments.
  • Exceptions thrown during the encoding process are no longer caught and re-thrown as previous exceptions. This is due
    to the number of questions we receive from developers who do not check previous exceptions, despite exception messages
    stating that there is a previous exception to look at.
Loading
asugai and vrusua reacted with hooray emoji
2 people reacted
Previous134
Previous

[8]ページ先頭

©2009-2025 Movatter.jp