Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Releases: purescript-deprecated/purescript-dom

v4.3.1

22 Apr 01:23
Compare
Choose a tag to compare
  • Fixed cardinality of BinaryType and ReadyState for the WebSocket API (noted by @MaloJaffre)

v4.3.0

22 Apr 01:22
Compare
Choose a tag to compare
  • Added requestAnimationFrame and requestIdleCallback (@coot)

v4.2.0

17 Apr 17:51
Compare
Choose a tag to compare
  • Added more of the WebSocket API

v4.1.1

15 Apr 09:28
Compare
Choose a tag to compare
  • Fixed the effect rows of EventListener in addEventListener / removeEventListener so that MonadEff instances can be resolved.

v4.1.0

13 Apr 08:49
Compare
Choose a tag to compare
  • nodeType export is no longer hidden (@justinwoo)

v4.0.0

05 Apr 01:38
Compare
Choose a tag to compare
  • Updated for PureScript 0.11
  • Functions now use Maybe rather than Nullable
  • Introduced QuerySelector newtype

v3.8.1

31 Mar 11:19
Compare
Choose a tag to compare
  • Fixed FFI implementation of StorageEvent accessors (@beckyconning)

v3.8.0

27 Mar 14:50
Compare
Choose a tag to compare
  • Added WebStorage types and functions

v3.7.0

20 Mar 12:02
Compare
Choose a tag to compare

v3.6.0

04 Mar 13:52
Compare
Choose a tag to compare
  • Added URL.createObjectURL and URL.revokeObjectURL (@justinwoo)
  • Added IsForeign instance for FileList (@jacereda)