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

Releases: purescript-deprecated/purescript-dom

v0.2.8

17 Oct 13:10

Choose a tag to compare

v0.2.7

16 Oct 18:57

Choose a tag to compare

v0.2.6

25 Aug 12:43

Choose a tag to compare

  • Added more members to DOM.HTML.Types for type conversions/foreign reading
  • Fixed NonElementParentNode and NonDocumentTypeChildNode FFI implementations

v0.2.5

24 Aug 19:56

Choose a tag to compare

  • Fixed types of setId, setClassName, setAttribute and setTextContent (@sharkdp)

v0.2.4

23 Aug 15:01

Choose a tag to compare

  • A "breaking fix", the NonDocumentTypeChildNode and NonElementParentNode interface implementations were swapped. #16

v0.2.3

22 Aug 19:31

Choose a tag to compare

  • Added getAttribute and setAttribute to DOM.Node.Element (@manpages)
  • Fixed rows for eventListener, addEventListener, removeEventListener (@nwolverson)

v0.2.2

18 Aug 22:25

Choose a tag to compare

  • Fixed htmlElementToParentNode and htmlElementToNonDocumentTypeChildNode coercions to operate on HTMLElement (@nwolverson)

v0.2.1

17 Aug 10:20

Choose a tag to compare

  • Added common values for EventType
  • EventType constructor is now exported
  • Added EventTarget coercions for Window, HTMLDocument, HTMLElement

v0.2.0

16 Aug 15:51

Choose a tag to compare

An initial release of an expanded version of the library. There are still a huge number of missing definitions, but it should be possible to add these over time without resulting in breaking changes.

v0.1.3

29 Jul 22:07

Choose a tag to compare

Added meta information to package for publishing on pursuit.