Releases: bakaphp/workflow
Releases · bakaphp/workflow
Version 0.1.4
What's Changed
- refactor!: Testing by @FredPeal in #1
- feat : Flag to run workflows in sync mode by @kaioken in #3
- refact : catch rules execption by @kaioken in #4
- Fix cache by @FredPeal in #5
- Update Rules.php by @kaioken in #6
- refact: can disable workflows by @kaioken in #7
- feat : add sync rules by @kaioken in #8
- refactor:change pdf config by @rwhite27 in #9
New Contributors
- @FredPeal made their first contribution in #1
- @kaioken made their first contribution in #3
- @rwhite27 made their first contribution in #9
Full Changelog: https://github.com/bakaphp/workflow/commits/v0.1.4
v0.1.3
Version 0.1.2
- Allow users to disable workflows
- Allow user to run workflow in sync mode
Version 0.1.1
- Allow developers to disable workflows by calling
disableWorkflows
Version 0.1
- Release of workflow feature , for any kanvas app https://kanvas.dev/docs/kanvas-packages/workflows/introduction
Workflow allows us to attach events to any entity in a kanvas application. Think of this event similar to what any framework ORM provides you with (AfterSave, BeforeDelete, etc) , but with a little bit more juice.