Skip to content

v0.2.0

Choose a tag to compare

@dannote dannote released this 12 Mar 03:53
· 32 commits to main since this release

Changes

  • Expose directive expressions in Vapor IR — v-show="visible" and v-model="text" now include the expression value
  • Tag static expressions as {:static, value} tuples (dynamic expressions remain plain strings)
  • Include element_template_map in Vapor IR — maps element IDs to their template indices
  • Update README with IR kind reference table