Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

60 lines (34 loc) · 1.81 KB

Changelog

Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

v5.0.0 - 2023-09-24

Breaking changes:

  • Add null support for data property of InputEvent (#21 by @kobijones111529)

v4.1.0 - 2023-09-24

New features:

  • Add support for inputType on InputEvents (#23 by @MonaMayrhofer)

v4.0.0 - 2022-04-27

Breaking changes:

  • Migrate FFI to ES modules (#17 by @JordanMartinez)

New features:

Bugfixes:

Other improvements:

  • Add auxclick to MouseEvent (#18 by @joe-op)

v3.0.0 - 2021-02-26

Breaking changes:

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

New features:

Bugfixes:

Other improvements:

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

v2.0.0 - 2019-02-23

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

v1.1.0 - 2018-12-02

  • Added detail and view for UIEvent

v1.0.0 - 2018-05-27

  • Initial release