Skip to content

Releases: gglnx/simplified-jsx-to-json

0.2.0

19 Apr 21:24
Compare
Choose a tag to compare
  • 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 :)

0.1.0

28 Mar 16:34
Compare
Choose a tag to compare
v0.1.0

🎉 Init project