Skip to content

Releases: mikesol/purescript-deku

Exquisite effect

09 Mar 12:40
23240ea
Compare
Choose a tag to compare

Adds useEffect, useAff and useAffWithCancellation hooks. Because who doesn't like more hooks?

Bucksome beacon

01 Mar 10:33
Compare
Choose a tag to compare

Fixes a "you modified the array but kept the same index" error that caused dyns to barf in certain cases.

Remarkable reference

28 Feb 06:00
Compare
Choose a tag to compare

Adds a useRef hook that allows us to peek at (but not change!) a mutable ref.

Unsettling unset

22 Dec 07:52
5aa396f
Compare
Choose a tag to compare

Creates an unset feature for attributes.

Toodeloo template

07 Dec 12:01
Compare
Choose a tag to compare

Gets rid of template parameter from runSSR.

Sturdy ST

07 Dec 10:59
56ce8b4
Compare
Choose a tag to compare

Uses polymorphic r instead of Global in most ST contexts for maximal polymorphic effect.

Tremendous types

02 Dec 10:34
Compare
Choose a tag to compare

Adds some helpful type synonyms to reduce boilerplate.

Helpful hot

29 Nov 05:20
dc76f73
Compare
Choose a tag to compare

Makes useHot and useHot' mirror useState and useState'. Also splits onMount to onWillMount and onDidMount.

Irresistible infixes

28 Nov 13:37
Compare
Choose a tag to compare

Creates infix operators for switcher and switcherFlipped.

Efficient exports

27 Nov 20:25
Compare
Choose a tag to compare

Exports more functions in the DOM module for smoother domming!