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

Releases: purescript-deprecated/purescript-dom

v3.5.1

18 Feb 00:25
Compare
Choose a tag to compare
  • Fixed clone and deepClone (@dboris).

Note: This is technically a breaking change, due to the type signature change, but the previous FFI implementation was also broken so the functions could not have been used anyway.

v3.5.0

14 Feb 12:17
Compare
Choose a tag to compare

v3.4.0

09 Feb 14:39
Compare
Choose a tag to compare
  • Added read functions for Node, Element, Document

v3.3.1

08 Dec 12:48
Compare
Choose a tag to compare
  • Fixed typo in clientHeight FFI implementation #71

v3.3.0

27 Nov 00:42
Compare
Choose a tag to compare
  • Added HashChangeEvent accessor functions

v3.2.0

16 Nov 23:11
Compare
Choose a tag to compare
  • Added Newtype instances for ElementId and EventType

v3.1.0

23 Oct 20:21
Compare
Choose a tag to compare

v3.0.0

20 Oct 14:11
Compare
Choose a tag to compare
  • Updated dependencies for 0.10 compiler (@bodil)
  • Added bindings for FileReader (@nwolverson)
  • Added types for DataTransfer (@kofno)
  • Fixed file for DataTransfer to be Nullable (@kofno)
  • Fixed names of arguments in JS for replaceChild (@paluh)

v2.2.1

30 Sep 01:01
Compare
Choose a tag to compare
  • Fixed argument order of scroll property setters

v2.2.0

28 Sep 12:06
Compare
Choose a tag to compare
  • Add some scroll and offset CSSOM properties for elements