Skip to content

0.2.0

Latest

Choose a tag to compare

@gglnx gglnx released this 19 Apr 21:24
· 2 commits to master since this release
  • Add support for template literals in props (test={`test`})
  • Add support Binary (3 + 3, 3 === 3) and unary (-2) expressions in props
  • Identifiers (test={test}) will now return as strings

Thanks to @KyleAMathews for his improvements :)