Replies: 11 comments 17 replies
-
Hi, I also think that Php8 syntax should be adopted for v6, so we leave support for 7.3, 7.4 Teams
Others
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I'm reluctant to completely drop all Laravel 7 and 8, and PHP7 support if some of the open PRs should be applied for sites still running there. |
Beta Was this translation helpful? Give feedback.
-
In the last few months there have been two changes in minor updates that needed to be reverted. Although I love this package and I am grateful to everyone who contributes to it, I would suggest to be more careful regarding new features. So I would suggest better to release more major versions whenever there is even the slightest chance of breaking something, or even start with pre-release versions, that can be tested within test environments. Since this package is not in line with Laravel versioning, is there anything against releasing 1+ major versions per year? I'd put following PRs in v6:
|
Beta Was this translation helpful? Give feedback.
-
#2280 and #2321 are now merged into |
Beta Was this translation helpful? Give feedback.
-
@drbyte what about spatie/laravel-package-tools for the service provider? |
Beta Was this translation helpful? Give feedback.
-
@drbyte hi, any release date for this? any RC? |
Beta Was this translation helpful? Give feedback.
-
I'm looking for arguments for-and-against defaulting to UUID in
I'm on the fence. |
Beta Was this translation helpful? Give feedback.
-
@erikn69 do you mind reviewing the latest updates to the |
Beta Was this translation helpful? Give feedback.
-
@erikn69 what are your thoughts on defaulting to using uuid on the pivot table morph key column, in model_has_roles and model_has_permissions? |
Beta Was this translation helpful? Give feedback.
-
Update on v6 release: So, I hope to release v6 very soon. Within a couple weeks. |
Beta Was this translation helpful? Give feedback.
-
Some of the pending PR's involve breaking or nearly-breaking changes, so I'm considering tagging v6 for them.
Should some of these be kept in v5 anyway?
Fix Role::withCount if belongsToMany declared #2280 - fix withCount support -- affects Role model.
Hint model properties #2230 - hint model properties -- affects Role and Permission models
Added types #2266 - add types to function signatures -- affects a lot of files (needs merge conflicts fixed, and patterns applied to all files added by other PRs)
Custom wildcard verification/separators support #2252 - custom wildcard verification support - not seriously breaking, but extended classes should be redone.
Probably not breaking, but touch main Registrar file:
getPermissionsWithRoles
method. #2316 - extract getPermissionsWithRoles methodTeams -- @erikn69 should both of these be merged as-is? I know some time has passed without much comment on them, so does that mean they're less critical because they're easily addressed in userland instead of here?
Beta Was this translation helpful? Give feedback.
All reactions