Finite State Machine extension for Ash.Resource
Find a file
2023-09-08 15:47:53 +12:00
.github init 2023-04-21 11:43:36 -06:00
config chore: fix git_ops config 2023-04-22 19:42:54 -06:00
documentation/tutorials chore: release version v0.2.0 2023-09-08 13:36:26 +12:00
lib fix: Allow next_state to to match transitions from *. (#7) 2023-09-08 15:47:53 +12:00
logos init 2023-04-21 11:43:36 -06:00
test feat: Add next_state builtin change. (#6) 2023-09-08 13:35:51 +12:00
.check.exs init 2023-04-21 11:43:36 -06:00
.credo.exs init 2023-04-21 11:43:36 -06:00
.formatter.exs improvement: require from/to 2023-04-22 18:12:11 -06:00
.gitignore chore: fsm -> state_machine, event -> transition 2023-04-21 22:33:28 -06:00
.tool-versions improvement: support :* in states 2023-08-04 17:47:42 -04:00
CHANGELOG.md chore: release version v0.2.0 2023-09-08 13:36:26 +12:00
FUNDING.yml init 2023-04-21 11:43:36 -06:00
LICENSE init 2023-04-21 11:43:36 -06:00
mix.exs chore: release version v0.2.0 2023-09-08 13:36:26 +12:00
mix.lock chore: update ssl_verify_fun 2023-08-04 17:51:11 -04:00
README.md chore: release version v0.2.0 2023-09-08 13:36:26 +12:00

AshStateMachine

A state machine extension for Ash.Resource

Installation

def deps do
  [
    {:ash_state_machine, "~> 0.2.0"}
  ]
end

Get Started

Check out the getting started guide.