Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 20:58
· 6 commits to master since this release
03dfc2f

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)