cli-v1.1.0-beta.6
Pre-release
Pre-release
1.1.0-beta.6 — September 3, 2026
A composed parameter's generator call is now written the same way whatever, if anything, answers to its name — no more inspecting your compilation to decide.
🐛 Bug Fixes
- Composing a parameter through its type's own
AnyXgenerator no longer depends on what, if anything, exists under that name in your compilation.dumalways writesnew AnyOrderReference(), in the composed type's own namespace — never opening ausingfor a candidate it did not look up. A same-named type that cannot serve as a generator, two or more that could, and a real, unique, correctly-implemented one are all handled identically:dumwrites the call, and your own build resolves it.