@neocompose/cli 0.26.4 → 0.26.5
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,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.26.5] - 2026-08-10
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Make Class construction incremental: journal newly-created Session rows and
|
|
8
|
+
constructor ownership edges, validate only ownership that changed, and avoid
|
|
9
|
+
rebuilding evaluator indexes for builder-proven fresh graphs.
|
|
10
|
+
- Cache immutable constructor descriptors, generic environments, resolved
|
|
11
|
+
members, initializer validation, and scalar materialization plans across a
|
|
12
|
+
shared project runtime. Constructor publication now keeps inherited storage
|
|
13
|
+
declarations sparse and skips graph passes when no assignment could orphan
|
|
14
|
+
a default value.
|
|
15
|
+
- Reduce per-row allocation overhead with one invocation timestamp and direct
|
|
16
|
+
scalar factories. The animation-shaped regression fixture (259 constructors,
|
|
17
|
+
1,166 Session rows) measured as low as 7.94ms warm median and 11.91ms cold
|
|
18
|
+
median across the final clean benchmark waves.
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- Preserve an existing localized-text identity when editing a localizable class
|
|
23
|
+
member default. Canonical source now renders the main-locale prose instead of
|
|
24
|
+
its storage ID, while edits retain translations, comments, and review state;
|
|
25
|
+
legacy inline defaults remain supported.
|
|
26
|
+
- Group authored member value seeds under their `.neo` source in `neo status`
|
|
27
|
+
and `neo diff`, include them in JSON output, and no longer report a seed-only
|
|
28
|
+
diff as clean.
|
|
29
|
+
- Accept an empty main-locale string in an authored value seed. Empty required
|
|
30
|
+
string defaults can now materialize without a misleading schema-commit 400.
|
|
31
|
+
|
|
3
32
|
## [0.26.4] - 2026-08-10
|
|
4
33
|
|
|
5
34
|
### Fixed
|