@neocompose/cli 0.31.2 → 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,15 @@
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
+
3
13
  ## [0.31.2] - 2026-08-14
4
14
 
5
15
  ### Fixed