We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49e6d90 + f3a4b75 commit 9a53997Copy full SHA for 9a53997
CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. This projec
5
6
## Unreleased
7
8
+## [5.0.0] - 2024-11-29
9
+
10
+### Added
11
12
+- **BREAKING**: [#21](https://github.com/laravel-json-api/core/pull/21) The `Authorizer` contract now allows all methods
13
+ to return a `bool` or an Illuminate authorization response.
14
15
## [4.3.1] - 2024-11-29
16
17
### Fixed
composer.json
@@ -46,7 +46,7 @@
46
},
47
"extra": {
48
"branch-alias": {
49
- "dev-develop": "4.x-dev"
+ "dev-develop": "5.x-dev"
50
}
51
52
"minimum-stability": "stable",
0 commit comments