Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 1 KB

CHANGELOG.md

File metadata and controls

68 lines (35 loc) · 1 KB

Changelog

All notable changes to laravel-model-status will be documented in this file

1.6.2 - 2018-09-03

  • add support for Laravel 5.7

1.6.1 - 2018-07-27

  • Use null as default for reason on statuses

1.6.0 - 2018-07-19

  • add model id config option

1.5.0 - 2018-03-22

  • add support for custom polymorphic model types

1.4.0 - 2018-03-20

  • add an ability to find models by multiple statuses

1.3.1 - 2018-03-16

  • performance optimizations

1.3.0 - 2018-03-14

  • add StatusUpdated event

1.2.0 - 2018-03-12

  • add forceStatus

1.1.0 - 2018-03-02

  • add notCurrentStatus scope

1.0.6 - 2018-02-09

  • add __toString to Spatie\ModelStatus\Status
  • add currentStatus scope

1.0.5 - 2018-02-09

THIS VERSION CONTAINS BUGS, DO NOT USE

1.0.4 - 2018-02-08

  • add support for L5.6

1.0.3 - 2018-02-07

  • make reason nullable

1.0.2 - 2018-02-07

  • fix stub publishing path

1.0.1 - 2018-02-07

  • fix migration stub path

1.0.0 - 2018-02-07

  • initial release