@neocompose/cli 0.38.4 → 0.38.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,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.38.6] - 2026-08-29
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Preserve locally edited nested records when the server deletes their owning
|
|
8
|
+
graph, restore kept records as explicit absent-CAS creates, and accept a
|
|
9
|
+
later server recreation cleanly after local deletion wins.
|
|
10
|
+
- Warn during pull when a conflicted record's retained local base strands
|
|
11
|
+
newly downloaded descendant value rows, before a later push reaches the
|
|
12
|
+
stale-base safety refusal.
|
|
13
|
+
|
|
14
|
+
## [0.38.5] - 2026-08-29
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Preserve multi-declaration file grouping through push verification,
|
|
19
|
+
post-push source rewriting, normal pull, and `neo pull --reset`.
|
|
20
|
+
|
|
3
21
|
## [0.38.4] - 2026-08-27
|
|
4
22
|
|
|
5
23
|
### Changed
|