v0.4.0
Breaking change. tempstream
now returns a Promise by default. Use tempstreamAsync
to get the old stream behavior
Breaking change. tempstream
now returns a Promise by default. Use tempstreamAsync
to get the old stream behavior
Added support for the <></>
empty JSX tag
Adjusted the types for the <></>
JSX Fragment. To enable that, remove
"reactNamespace": "TempstreamJSX",
from tsconfig in your project and replace it with
"jsxFactory": "TempstreamJSX.createElement",
"jsxFragmentFactory": "TempstreamJSX.Fragment",