Finite State Machine extension for Ash.Resource
Find a file
dependabot[bot] f0b1ffa0ee
chore(deps): bump ash from 3.0.0-rc.40 to 3.0.0-rc.42 (#25)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.40 to 3.0.0-rc.42.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.40...v3.0.0-rc.42)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 14:35:01 -04:00
.github chore: enable dependabot for mix dependencies. 2024-04-11 09:34:08 +12:00
config improvement: policy for including state machine in can? checks 2024-05-01 10:28:53 -04:00
documentation chore: update docs and tests to account for better error handler logic 2024-05-03 14:11:16 -04:00
lib improvement: policy for including state machine in can? checks 2024-05-01 10:28:53 -04:00
logos init 2023-04-21 11:43:36 -06:00
test chore: update docs and tests to account for better error handler logic 2024-05-03 14:11:16 -04:00
.check.exs docs: various documentation improvements 2023-09-15 09:35:29 -04:00
.credo.exs init 2023-04-21 11:43:36 -06:00
.formatter.exs improvement: Add possible_next_states helper. (#9) 2023-09-15 15:15:29 +12: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.3-rc.0 2024-03-29 18:01:17 -04: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: remove dep 2024-05-03 14:34:12 -04:00
mix.lock chore(deps): bump ash from 3.0.0-rc.40 to 3.0.0-rc.42 (#25) 2024-05-03 14:35:01 -04:00
README.md chore: release version v0.2.3-rc.0 2024-03-29 18:01:17 -04:00

AshStateMachine

A state machine extension for Ash.Resource

Installation

def deps do
  [
    {:ash_state_machine, "~> 0.2.3-rc.0"}
  ]
end

Get Started

Check out the getting started guide.