From 44a14fff0c128811b26164c7698fbd0e9ee6c895 Mon Sep 17 00:00:00 2001 From: REllEK-IO Date: Thu, 28 Mar 2024 17:21:55 -0700 Subject: [PATCH 1/2] Formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9307c78..ea35936 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ When in doubt simplify. * [Unified Turing Machine](https://github.com/Phuire-Research/Stratimux/blob/main/The-Unified-Turing-Machine.md) - The governing concept for this entire framework. ## Change Log ![Tests](https://github.com/Phuire-Research/Stratimux/actions/workflows/node.js.yml/badge.svg) -### **BREAKING Update v0.1.4** *Update 3/28/24* +### **BREAKING Update v0.1.4** 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 From fecbd8a5d8d885703cf2c0e827a48af09360ff7f Mon Sep 17 00:00:00 2001 From: REllEK-IO Date: Thu, 28 Mar 2024 18:57:23 -0700 Subject: [PATCH 2/2] Note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea35936..8bdf736 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ When in doubt simplify. * [Unified Turing Machine](https://github.com/Phuire-Research/Stratimux/blob/main/The-Unified-Turing-Machine.md) - The governing concept for this entire framework. ## Change Log ![Tests](https://github.com/Phuire-Research/Stratimux/actions/workflows/node.js.yml/badge.svg) +### **NOTE: Hold off on updating to v0.1.4 and instead use v0.1.2** +See issue: [https://github.com/Phuire-Research/Stratimux/issues/188](https://github.com/Phuire-Research/Stratimux/issues/188) ### **BREAKING Update v0.1.4** 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