@neocompose/cli 0.31.1 → 0.31.3

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.31.3] - 2026-08-14
4
+
5
+ ### Added
6
+
7
+ - Author and round-trip collection-bound lookup variant folders with
8
+ `NeoLookupVariantFolder<TObject, TValue>` and
9
+ `NeoLookupVariant<TObject, TValue>`. Folder bindings preserve their
10
+ collection member and concrete `collectionValue: Reference(...)`, including
11
+ class-root folders, and row-aware Variant members retain their value type.
12
+
13
+ ## [0.31.2] - 2026-08-14
14
+
15
+ ### Fixed
16
+
17
+ - Allow newly authored `@relations` entries to create internal record
18
+ relations without requiring server-owned project and timestamp fields in
19
+ source, for both pending and explicit relation IDs.
20
+
3
21
  ## [0.31.1] - 2026-08-14
4
22
 
5
23
  ### Fixed