Skip to content

Releases: spatie/laravel-model-states

2.4.3

23 Jan 23:22
a2b7231
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.2...2.4.3

2.4.2

01 Aug 14:02
240ca66
Compare
Choose a tag to compare

What's Changed

  • Removed Model type enforcement and replaced with PHPDoc by @luckcolors in #208

New Contributors

Full Changelog: 2.4.1...2.4.2

2.4.1

29 Jul 09:44
6cdd180
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.4.1

2.4.0

07 Jun 08:19
976e5dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

21 Apr 12:09
bfa1248
Compare
Choose a tag to compare

What's Changed

  • Update 03-listing-stated.md // Wrong namespace in the docs by @SahinU88 in #200
  • Add orWhereState and orWhereNotState by @masterix21 in #201

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

03 Mar 11:22
Compare
Choose a tag to compare

What's Changed

  • Use getMorphClass method when resolving state class. by @kayrunm in #198

New Contributors

Full Changelog: 2.1.4...2.2.0

2.1.4

19 Jan 19:58
c9c4865
Compare
Choose a tag to compare
  • support Laravel 9

2.1.3

06 Dec 15:06
8d409bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.1.3

2.1.2

08 Oct 04:08
Compare
Choose a tag to compare
  • Support for custom transition classes in transitionableStates method (#188)

2.1.1

01 Sep 12:56
Compare
Choose a tag to compare
  • Support for custom transition classes' canTransition in State::canTransitionTo (#185)