Skip to content

v0.5.10

Compare
Choose a tag to compare
@iwahbe iwahbe released this 13 Oct 20:41
· 161 commits to main since this release
94d03db

Improvements

  • Ensure that constant values passed to enums are valid.
    #357

  • Warn on non camelCase names.
    #362

Bug Fixes

  • Allow interpolations for AssetOrArchive function values
    #341

  • Clarify the lifetimes when calling codegen.Eject. This is a breaking change to the
    codegen.Eject API.
    #358

  • Quote generated strings that could be numbers.
    #363