Skip to content

Releases: purescript-web/purescript-web-events

v4.0.0

27 Apr 23:00
2124356
Compare
Choose a tag to compare

Breaking changes:

New features:

v3.0.0

26 Feb 20:56
c8a5089
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#18)

New features:

Bugfixes:

  • Don't early exit when window is undefined in _unsafeReadProtoTagged FFI implementation (#11)

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#15)
  • Added a CHANGELOG.md file and pull request template (#19, #20)

v2.0.1

10 Apr 11:21
7f19f24
Compare
Choose a tag to compare

Allow unsafeReadProtoTagged to work in node (@AndrewBrownK)

v2.0.0

23 Feb 17:35
5e6aa3e
Compare
Choose a tag to compare

defaultPrevented is now effectful, as it should have been in the first place. (@fghibellini, #3)

v1.0.1

11 Nov 11:42
0a5fd25
Compare
Choose a tag to compare
  • Fixed unsafeReadProtoTagged implementation so it works in IE11 / iOS Safari

v1.0.0

24 May 14:33
dd55575
Compare
Choose a tag to compare

Initial release