Skip to content

Releases: LouisHrg/state-flow

Laravel 10

08 Nov 22:45
Compare
Choose a tag to compare
v1.4

update

Bump php requirements

12 Apr 21:16
dfea3df
Compare
Choose a tag to compare
  • Bump php requirements

Methods as property

04 Mar 23:30
75ad577
Compare
Choose a tag to compare
  • Use methods as property in your state object

Minor doc changes

13 Oct 17:28
dbb215a
Compare
Choose a tag to compare
  • Add doc to artisan command
  • Minor changes in State class
  • Better example for Nova in doc

- Fix getter/setter, getState method

05 Oct 16:57
2e232ef
Compare
Choose a tag to compare
  • Fix setter/getters
  • Fix getState booting method
  • Update readme

Magic methods for State

04 Oct 12:07
8d07063
Compare
Choose a tag to compare
  • Add magic methods to State via parents

Fix equal method

03 Oct 21:04
2e291e6
Compare
Choose a tag to compare
  • Fix State::equal() method

First release

03 Oct 00:39
7f738ee
Compare
Choose a tag to compare
  • First release !
  • Add tests
  • Minor bug fixes

Artisan command

02 Oct 22:11
Compare
Choose a tag to compare
  • Add artisan command to create states faster

New methods !

02 Oct 20:58
41af5d3
Compare
Choose a tag to compare
  • Renaming StateFlow & StateStack to Flow & Stack
  • New methods : State::is(), State::equal()
  • New methods for Flow : State::canBe(), State::allowedTo()