Skip to content

Commit 0657473

Browse files
committed
EN #4386 update changelog
1 parent 7a06ffd commit 0657473

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

0 commit comments

Comments
 (0)