Releases: purescript-web/purescript-web-dom
Releases · purescript-web/purescript-web-dom
v5.0.0
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
Added Show
instance for NodeType
(@srghma)
v4.0.2
Fixed FFI implementation for hasAttribute
(#22, @srghma)
v4.0.1
Add documentation explaining how to get hold of a Document
in Web.DOM.Document
(@hdgarrood, #19)
v4.0.0
Fixed type of mutationObserver
(@alextes)
v3.0.0
nodeValue
now returns Effect (Maybe String)
as it is nullable (@bbarker)
v2.0.0
Bumped -web-events
dependency, Event.defaultPrevented
is now effectful.