Skip to content

v1.0.0

Compare
Choose a tag to compare
@iwahbe iwahbe released this 02 Nov 06:40
· 139 commits to main since this release
2fc03dc

Improvements

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

  • Warn on non camelCase names.
    #362

  • Recognize the new core project-level config block.
    #369

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

  • Respect import option on resource.
    #367

  • Discover Invokes during GetReferencedPlugins.
    #381

  • Escaped interpolated strings now remove one extra dollar sign.
    #382

  • Only insert "id" in ejected resource refs when the receiver type is a string.
    #389