Releases: paf31/purescript-thermite
Releases · paf31/purescript-thermite
v0.10.0
Use purescript-react
(major API changes)
v0.8.0
This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
v0.8.0-rc.1
Updates for 0.7 compiler.
v0.7.4
Fix a bug with dangerouslySetInnerHTML
.
v0.7.3
Add support for dangerouslySetInnerHTML
v0.7.1
Relax restriction on state type
v0.7.0
- Support
children
property in render
method.
- Add
component
function to support 3rd party components.
- Major API changes