Finite State Machine extension for Ash.Resource
Find a file
dependabot[bot] 2c204b1cb1
chore(deps): bump ash in the production-dependencies group (#51)
Bumps the production-dependencies group with 1 update: [ash](https://github.com/ash-project/ash).


Updates `ash` from 3.4.1 to 3.4.4
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.4.1...v3.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-05 13:03:24 -04:00
.github ci: dependabot weekly 2024-06-19 12:04:23 -04:00
config chore: fix git_ops config 2024-05-04 09:48:25 -04:00
documentation chore: release version v0.2.6 2024-08-31 17:11:10 -04:00
lib fix: don't return tuple from valid_next_state 2024-08-31 17:08:51 -04:00
logos init 2023-04-21 11:43:36 -06:00
test chore: fix build 2024-08-31 17:11:03 -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 fix: don't return tuple from valid_next_state 2024-08-31 17:08:51 -04:00
CHANGELOG.md chore: release version v0.2.6 2024-08-31 17:11:10 -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: release version v0.2.6 2024-08-31 17:11:10 -04:00
mix.lock chore(deps): bump ash in the production-dependencies group (#51) 2024-09-05 13:03:24 -04:00
README.md docs: rework docs 2024-05-05 09:35:11 -04:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshStateMachine

Welcome! This is the extension for building state machines with Ash resources.

Tutorials

Topics

Reference