v0.3.3
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