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