All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fixed a bug in
useSubscription
that kept the firstonValue
closure forever, potentially resulting in using stale state values captured by the closure.
- upgraded to PureScript 0.15.15
useSubscription
hook.
- upgraded to PureScript 0.15.10 (allows visible type applications).
useState
,useEffect
, anduseRef
now allow their type arguments to be visibly applied.
- upgraded to Elmish 0.9.1
- Breaking: Renamed
withHooks
tocomponent
.
- Fixed
useRef
docs.
- Added
useRef
hook.
useEffect'
is now reexported fromElmish.Hooks
for easy access.