0.30.0 (2025-10-11)
🐛 Bug Fixes
- Fix
Array<T>
instruct
generating an identical secondary constructor in Kotlin (#933) (e732809) - Fix all-empty/optional structs being wrongfully detected in variants (#934) (428583b)
- Make
structs
not primitively copyable (#932) (2afa03c) - Pin Bun to 1.2 in CI (#942) (1551aaa)
- Remove
noexcept
from a method that can throw (#938) (d58a6b4) - Upgrade
yargs
(#939) (1f05ee6)
📚 Documentation
- Add
<name>
to nitrogen init command (6e6f346)