All notable changes to laravel-model-status
will be documented in this file
- add support for Laravel 6
- performance improvements
- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below
- add support for Laravel 5.8
- use Str:: and Arr:: instead of helper methods
- add support for Laravel 5.7
- Use
null
as default for reason on statuses
- add model id config option
- add support for custom polymorphic model types
- add an ability to find models by multiple statuses
- performance optimizations
- add
StatusUpdated
event
- add
forceStatus
- add
notCurrentStatus
scope
- add
__toString
toSpatie\ModelStatus\Status
- add
currentStatus
scope
THIS VERSION CONTAINS BUGS, DO NOT USE
- add support for L5.6
- make reason nullable
- fix stub publishing path
- fix migration stub path
- initial release