@neocompose/cli 0.5.0 → 0.5.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 +19 -0
- package/dist/neo.mjs +823 -165
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.5.2] - 2026-07-18
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Stop `neo pull` from emitting inherited `@system` annotations on member
|
|
8
|
+
overrides and abstract implementations whose own records are not system
|
|
9
|
+
protected.
|
|
10
|
+
|
|
11
|
+
## [0.5.1] - 2026-07-18
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- Project complete web-authored dialogue actions as inline NeoScript steps and
|
|
16
|
+
complete UI conditions as ordinary `bool` bodies while preserving their UI
|
|
17
|
+
wire representation on unchanged round trips.
|
|
18
|
+
- Project direct dialogue text variables as typed member expressions instead
|
|
19
|
+
of synthetic incomplete functions, and replace legacy synthetic condition
|
|
20
|
+
function markers with deterministic UUID source identities.
|
|
21
|
+
|
|
3
22
|
## [0.5.0] - 2026-07-18
|
|
4
23
|
|
|
5
24
|
### Breaking
|