File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ##
4+ ## [ 0.15.5] - 2025-06-04
5+
6+ ### Added
7+
8+ - ` classFqn ` helper to compute fully-qualified names
9+ - import-filter to drop any illegal import strings
10+ - ` typeRef ` helper to pick simple name or FQN and avoid duplicates
11+ - ` lastSegment ` helper to filter out a context’s own class from imports
12+
13+ ### Changed
14+
15+ - Updated ` ResolvedContext.hbs ` so that all generated-type references go through ` typeRef ` (simple names only when safe)
16+ - Updated constructor loops in ` ResolvedContext.hbs ` to call proxy methods with ` classFqn ` (true FQNs)
17+
18+ ### Fixed
19+
20+ - “already defined in this compilation unit” compile errors—SDK now builds without name collisions
21+
22+ ##
323## [ 0.15.4] - 2024-11-15
424
525### Added
You can’t perform that action at this time.
0 commit comments