@neocompose/cli 0.31.5 → 0.31.7
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,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.31.7] - 2026-08-15
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- Preserve forwarded type arguments in constructed generic constraints such
|
|
8
|
+
as `TItem extends InventoryItem<TItemData>` through push, pull, stored-body
|
|
9
|
+
replay, validation, and C# generation.
|
|
10
|
+
|
|
11
|
+
## [0.31.6] - 2026-08-15
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Improve shared NeoScript editor intelligence with inferred-type and
|
|
16
|
+
low-noise parameter inlay hints, spelling-aware diagnostics and quick fixes,
|
|
17
|
+
and a contextual `var`-to-explicit-type refactoring.
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- Disambiguate same-named types, values, members, and contextual enum options
|
|
22
|
+
by their expression role, receiver, and expected type. Member completion and
|
|
23
|
+
navigation now separate static and instance access and follow inherited
|
|
24
|
+
members with derived-first hiding.
|
|
25
|
+
|
|
3
26
|
## [0.31.5] - 2026-08-15
|
|
4
27
|
|
|
5
28
|
### Fixed
|