@neocompose/cli 0.21.6 → 0.22.1
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.1] - 2026-08-04
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- The published `neo` executable retains its Node.js shebang, and package
|
|
8
|
+
verification checks the packed bin target and invokes it directly before
|
|
9
|
+
release.
|
|
10
|
+
|
|
11
|
+
## [0.22.0] - 2026-08-04
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- `neo push --force-recompile` and `neo push --dry-run --force-recompile`
|
|
16
|
+
retain an explicit complete NeoScript repair sweep for diagnostics and
|
|
17
|
+
golden-fixture regeneration.
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Normal push preparation follows typed compiler dependencies from the changed
|
|
22
|
+
schema contract and recompiles only affected stored bodies. Payload-only
|
|
23
|
+
default, localization, documentation, and value edits stay narrow.
|
|
24
|
+
- Full-sweep parity results are checked in as deterministic fixtures; an
|
|
25
|
+
explicit rebuild command and subprocess-level benchmark keep the optimized
|
|
26
|
+
scope measurable against the exhaustive reference behavior.
|
|
27
|
+
|
|
3
28
|
## [0.21.6] - 2026-08-03
|
|
4
29
|
|
|
5
30
|
### Fixed
|