Tempstream changelog

v0.4.0

Breaking change. tempstream now returns a Promise by default. Use tempstreamAsync to get the old stream behavior

v0.4.1

Added support for the <></> empty JSX tag

v0.4.2

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",

v0.4.3

Properly escape all element attribute values

v0.4.4

Remove an empty TempStream.d.ts file that caused some mess in Windows due to case-insensitivity

v0.4.5

Up to 3x performance boost in certain edge cases