Releases: purescript-web/purescript-web-dom
Releases · purescript-web/purescript-web-dom
v6.0.0
27 Apr 23:08
Compare
Sorry, something went wrong.
No results found
v5.0.0
26 Feb 20:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added Show instance for NodeType (@srghma )
v4.0.2
18 May 20:27
Compare
Sorry, something went wrong.
No results found
Fixed FFI implementation for hasAttribute (#22 , @srghma )
v4.0.1
15 Mar 21:04
Compare
Sorry, something went wrong.
No results found
Add documentation explaining how to get hold of a Document in Web.DOM.Document (@hdgarrood , #19 )
v4.0.0
18 Aug 13:39
Compare
Sorry, something went wrong.
No results found
Fixed type of mutationObserver (@alextes )
v3.1.0
18 Aug 12:42
Compare
Sorry, something went wrong.
No results found
v3.0.0
02 Jun 16:37
Compare
Sorry, something went wrong.
No results found
nodeValue now returns Effect (Maybe String) as it is nullable (@bbarker )
v2.0.0
23 Feb 17:48
Compare
Sorry, something went wrong.
No results found
Bumped -web-events dependency, Event.defaultPrevented is now effectful.
v1.0.0
25 May 12:14
Compare
Sorry, something went wrong.
No results found