@neocompose/cli 0.38.3 → 0.38.5

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