Skip to content

v0.3.3

Compare
Choose a tag to compare
@imclerran imclerran released this 06 Jun 17:45
· 122 commits to main since this release
1b4efe9

What's Changed

  • Correct headers for platforms who require something besides main by @imclerran in #16

This means that that code gen is now correct for the Kingfisher platform.

Previous incorrect headers:

app [main] { 
    url: "https://..."
}

New correct headers:

app [main, Model] { 
    url: "https://..."
}

Full Changelog: v0.3.2...v0.3.3