@neocompose/cli 0.46.0 → 0.46.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,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.46.2] - 2026-09-04
4
+
5
+ ### Fixed
6
+
7
+ - Pulling variants with non-class value rows no longer produces false local
8
+ `classId: null` updates. Unchanged status, pull, and test preparation avoid
9
+ the animation validation those false edits triggered.
10
+ - Normal pull checks the remote head before local reconstruction, avoiding
11
+ compilation when there are no remote changes.
12
+ - Terminal spinners keep animating during synchronous compilation and show
13
+ workspace loading and preparation phases for status, diff, pull, and test.
14
+ `NO_COLOR` disables color without disabling animation; piped and JSON
15
+ status/test output remain free of terminal controls.
16
+ - Prospective animation validation reuses one class index for each validation
17
+ document instead of rebuilding it for every animation root and initializer.
18
+ - Stored construction replay validates and compiles constructor records once per
19
+ emission batch, and reuses each value's constructor-body schema-key index.
20
+
21
+ ## [0.46.1] - 2026-09-04
22
+
23
+ ### Changed
24
+
25
+ - CLI evaluation and compiler context projection now use the shared headless
26
+ runtime. Sparse instance expansion supplies evaluation explicitly, removing
27
+ the evaluator/materializer import cycle without changing authored syntax.
28
+
3
29
  ## [0.46.0] - 2026-09-04
4
30
 
5
31
  ### Changed