@neocompose/cli 0.31.2 → 0.31.4
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.4] - 2026-08-14
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Preserve generic class constraints while compiling project-source bodies, so
|
|
8
|
+
an open generic member such as `TStackData extends InventoryStackData` can
|
|
9
|
+
be assigned to its declared base type in an `init` block.
|
|
10
|
+
|
|
11
|
+
## [0.31.3] - 2026-08-14
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Author and round-trip collection-bound lookup variant folders with
|
|
16
|
+
`NeoLookupVariantFolder<TObject, TValue>` and
|
|
17
|
+
`NeoLookupVariant<TObject, TValue>`. Folder bindings preserve their
|
|
18
|
+
collection member and concrete `collectionValue: Reference(...)`, including
|
|
19
|
+
class-root folders, and row-aware Variant members retain their value type.
|
|
20
|
+
|
|
3
21
|
## [0.31.2] - 2026-08-14
|
|
4
22
|
|
|
5
23
|
### Fixed
|