@neocompose/cli 0.38.3 → 0.38.4

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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.38.4] - 2026-08-27
4
+
5
+ ### Changed
6
+
7
+ - Retire the class `constructorProjections` metadata and its hidden named-call
8
+ path across the web editor, CLI, and shared language package. Named
9
+ construction now resolves through declared or required constructors; the
10
+ canonical positional schema-derived constructor remains available.
11
+
12
+ ### Fixed
13
+
14
+ - Preserve sparse generic variant constructor arguments during source replay
15
+ and transport, including inline `Apply` closures and partial `Overrides`
16
+ graphs, without restoring retired constructor projections.
17
+
3
18
  ## [0.38.3] - 2026-08-27
4
19
 
5
20
  ### Changed