@pumped-fn/core-next 0.5.87 → 0.5.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,32 @@
1
1
  # @pumped-fn/core-next
2
2
 
3
+ ## 0.5.89
4
+
5
+ ### Patch Changes
6
+
7
+ - de02524: Add explicit tag write helpers (writeToStore, writeToContainer, writeToTags) with cache invalidation for container and array mutations
8
+
9
+ ## 0.5.88
10
+
11
+ ### Patch Changes
12
+
13
+ - f4009fb: Add tag scope integration test
14
+
3
15
  ## 0.5.87
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - e899e22: Refactor flow execution internals - unify execution descriptors and share parallel helpers
20
+ - 2f02c5b: Align ExecutionContext with Flow.Context API
21
+ - Flow.Context is now a type alias for ExecutionContext.Context
22
+ - ExecutionContextImpl implements journaling, `exec()` overloads, parallel helpers, and snapshots directly
23
+ - `scope.createExecution()` and Flow handlers share the same context surface, so standalone executions can call flows/functions identically
24
+ - Updated docs + pumped-design skill references to describe ExecutionContext as the primary primitive
25
+ - Migration: replace custom FlowContext subclasses with ExecutionContext exports and update imports to reference `execution-context.ts`
26
+ - 2f02c5b: Collapse Flow runtime helpers into ExecutionContext
27
+ - FlowDefinition + flow factory now live alongside ExecutionContextImpl, so `flow.ts` only contains execution wrapper logic
28
+ - Reduced duplicated Tag/import plumbing and removed the extra flow-meta module
29
+ - Removed redundant `executionContext` fields from Flow.Execution + Extension.Operation now that ExecutionContext.Context is the sole surface
8
30
 
9
31
  ## 0.5.86
10
32