Skip to content

Tags: purescript-halogen/purescript-halogen-vdom

Tags

v8.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update for PureScript 0.15 (#49)

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

v7.0.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Complete 0.14 update

v6.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix unsafeEqThunk equality check (#34)

* unsafeEqThunk should call eqFn (a1/a2), not refEq

* eqFn is actually (b1/b2)

v6.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from rnons/fix-has-attribute

Forgot to return in hasAttribute

v6.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #32 from rnons/remove-property

If a property is also an attribute, use removeAttribute

v3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #31 from joneshf/fix-parse-error-for-0.13.x

Fix parse error for purs `0.13.x` on `v3.x.x` series

v6.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #27 from garyb/render-widget

Add "renderWidget"

v6.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from slamdata/bump-fo

Bump purescript-foreign-object

v5.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from garyb/mapthunk

Add 'mapThunk' for a combined hoist/map