@neocompose/cli 0.22.4 → 0.22.6

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,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.22.6] - 2026-08-05
4
+
5
+ ### Fixed
6
+
7
+ - Normal pull ignores compiler-derived NeoScript body differences and clears
8
+ stale conflict bookkeeping when authored source already matches Production.
9
+ - Required-constructor replay compiles nested generic initializer rows without
10
+ mutating authored source payloads, including immutable animation defaults.
11
+ - Large constructor replays reuse project indexes and an immutable persisted
12
+ snapshot, keeping Neowyn push dry-runs in seconds rather than minutes.
13
+
14
+ ## [0.22.5] - 2026-08-04
15
+
16
+ ### Fixed
17
+
18
+ - Pull reconstructs required constructor calls from legacy declaration rows
19
+ whose projected fields remain initializer-backed, including animation segment
20
+ frames that depend on their declaring class's parameters.
21
+ - Existing call-site initializer blocks may repeat a field settled by a required
22
+ constructor, preserving the language's normal last-write-wins semantics while
23
+ old canonical source converges.
24
+ - System-schema repair restores tombstoned constructor-projected declaration
25
+ rows, rewrites only callers that reference retired member identities, and
26
+ recompiles only the impacted records through the normal push pipeline.
27
+
3
28
  ## [0.22.4] - 2026-08-04
4
29
 
5
30
  ### Fixed