Releases: sharkdp/purescript-flare
Releases · sharkdp/purescript-flare
v0.1.4
- Add
foldp
for UI components
- Add
Bounded
and BooleanAlgebra
instance
- The Functor, Apply and Applicative instances for
UI e a
have been rewritten in terms of the respective instances for Flare a
v0.1.3
- Changed order of arguments for
numberRange
, numberRange_
, intRange
and intRange_
.
- Added new example for lists.
v0.1.2
Integration with Signal
API:
lift :: forall e a. Eff (chan :: Chan, dom :: DOM | e) (Signal a) -> UI e a
wrap :: forall e a. (Signal a) -> UI e a