What's Changed
- **BREAKING:** For passing non-text values as components attributes, you now must use single curly braces instead of double:
Before: `<Component name={{ value }} lorem="ipsum" />`, now: `<Component name={ value } lorem="ipsum" />`
**Full Changelog**: https://github.com/jpsca/tcom/compare/0.6...0.7