@neocompose/cli 0.21.6 → 0.22.0

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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.22.0] - 2026-08-04
4
+
5
+ ### Added
6
+
7
+ - `neo push --force-recompile` and `neo push --dry-run --force-recompile`
8
+ retain an explicit complete NeoScript repair sweep for diagnostics and
9
+ golden-fixture regeneration.
10
+
11
+ ### Changed
12
+
13
+ - Normal push preparation follows typed compiler dependencies from the changed
14
+ schema contract and recompiles only affected stored bodies. Payload-only
15
+ default, localization, documentation, and value edits stay narrow.
16
+ - Full-sweep parity results are checked in as deterministic fixtures; an
17
+ explicit rebuild command and subprocess-level benchmark keep the optimized
18
+ scope measurable against the exhaustive reference behavior.
19
+
3
20
  ## [0.21.6] - 2026-08-03
4
21
 
5
22
  ### Fixed