@neocompose/cli 0.38.1 → 0.38.2

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,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.38.2] - 2026-08-27
4
+
5
+ ### Changed
6
+
7
+ - Read every stored class-value placement through one canonical sparse graph,
8
+ including constructor-settled aggregate arguments. The retired body-only
9
+ compatibility paths are gone, root-path and ownership readers now agree on
10
+ the same placement, and variant lowering builds that index once rather than
11
+ once per variant.
12
+
13
+ ### Fixed
14
+
15
+ - Resolve same-push root paths against the prospective class and member schema
16
+ while keeping an existing constructor's compiled action paired with its
17
+ durable argument signature. Inserting or reordering a constructor parameter
18
+ no longer binds stored argument ids to the wrong parameter by position.
19
+ - Preserve constructor-origin precedence through nested descendants. An
20
+ authored constructor subtree now wins over a declaration-default echo at
21
+ every depth without overriding a genuine authored member body.
22
+ - Reuse constructor settlement across required base constructors and base
23
+ initializer fields, so inherited aggregate arguments remain reachable and
24
+ lower to the same sparse graph as web and Unity readers.
25
+
3
26
  ## [0.38.1] - 2026-08-27
4
27
 
5
28
  ### Changed