Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carousel (v0.1.4) #187

Merged
merged 44 commits into from
Mar 29, 2024
Merged

Carousel (v0.1.4) #187

merged 44 commits into from
Mar 29, 2024

Conversation

REllEK-IO
Copy link
Contributor

BREAKING Update v0.1.4 Update 3/28/24

  • Removed the "on.expected" option from dispatch to reduce inner complexity of your stages
  • Renamed axium.stage to axium.plan to be in line with industry terminology
    • The new plan set up requires a staging entity or the return from the new createStage helper function
      • This new entity enables you to change the priority in which your stages are informed per state change
    • You may now assign each stage its own separate beat versus the entire plan
      • Removes beat from the overall plan and now needs to be performed atomically
    • This overall change trims the total plans that are checked per state, but may still supply plans that trigger on all changes via empty array in entity or outright ignoring the value field via the createStage function
  • Added nullReducer to disallow excessive observations from being triggered
  • First pass updating StagePlanner documentation

@REllEK-IO REllEK-IO merged commit 76b8083 into main Mar 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant