Releases: userfrosting/sprinkle-core
Releases · userfrosting/sprinkle-core
5.0.0-alpha7
What's Changed
- Reenable clear-cache bakery command & route caching
Full Changelog: 5.0.0-alpha6...5.0.0-alpha7
5.0.0-alpha6
5.0.0-alpha5
What's Changed
- [Exceptions]
SprunjeException
now extendsUserFacingException
. - [Exceptions]
UserFacingExceptionHandler
renamedUserMessageExceptionHandler
. - [Exceptions]
ValidationExceptionHandler
replaced removed (ValidationException
now handled byUserMessageExceptionHandler
). - [Exceptions]
UserMessageExceptionHandler
now add allUserMessageException
interface instead of onlyUserFacingException
class to alert stream and is used to handle allUserMessageException
instead ofUserFacingException
.
Full Changelog: 5.0.0-alpha4...5.0.0-alpha5
5.0.0-alpha4
What's Changed
- [Exceptions] Added base
UserFacingException
andNotFoundException
.
Full Changelog: 5.0.0-alpha3...5.0.0-alpha4
5.0.0-alpha3
5.0.0-alpha2
Fix
- Fix
Call to a member function connection() on null
issue with model query builder when no ConnectionResolver was available due to Eloquent not being booted yet.
Full Changelog: 5.0.0-alpha1...5.0.0-alpha2
5.0.0-alpha1
This is the first pre-release of the Core Sprinkle for UserFrosting 5.
For more information, see this page.