Skip to content

Releases: purescript-web/purescript-web-dom

v6.0.0

27 Apr 23:08
568a1ee
Compare
Choose a tag to compare

Breaking changes:

v5.0.0

26 Feb 20:58
03dfc2f
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#31)
  • Change node manipulations to return Unit (#32)

New features:

  • Add support for ShadowRoot API (#34)
  • Add support for Element.matches and Element.closest (#39)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#28, #30)
  • Added a CHANGELOG.md file and updated pull request template (#35, #36, #37)
  • Updated issue templates
  • Updated link to spec (#27)
  • Remove return {} from FFI functions for a small performance boost (#26)

v4.1.0

07 Jun 15:33
0358453
Compare
Choose a tag to compare

Added Show instance for NodeType (@srghma)

v4.0.2

18 May 20:27
e611cf4
Compare
Choose a tag to compare

Fixed FFI implementation for hasAttribute (#22, @srghma)

v4.0.1

15 Mar 21:04
Compare
Choose a tag to compare

Add documentation explaining how to get hold of a Document in Web.DOM.Document (@hdgarrood, #19)

v4.0.0

18 Aug 13:39
65d1b79
Compare
Choose a tag to compare

Fixed type of mutationObserver (@alextes)

v3.1.0

18 Aug 12:42
dcfeb05
Compare
Choose a tag to compare

Added classList for Element (@alextes)

v3.0.0

02 Jun 16:37
0c47ae3
Compare
Choose a tag to compare

nodeValue now returns Effect (Maybe String) as it is nullable (@bbarker)

v2.0.0

23 Feb 17:48
b3c9d46
Compare
Choose a tag to compare

Bumped -web-events dependency, Event.defaultPrevented is now effectful.

v1.0.0

25 May 12:14
3c75698
Compare
Choose a tag to compare

Initial release