Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

69 lines (39 loc) · 2.06 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:

v6.0.0 - 2024-09-12

Breaking changes:

  • clipboard now returns Effect (Maybe Clipboard) instead of Effect Clipboard. This is because insecure contexts don't have the clipboard available, see MDN. (#15 by @ysangkok)

v5.0.0 - 2022-11-26

Breaking changes:

  • Migrated from web-promise to js-promise

v4.1.0 - 2022-07-14

Breaking changes:

New features:

  • Added partial Clipboard interface implementation with readText and writeText operations (#11 by @garyb)

Bugfixes:

Other improvements:

v4.0.0 - 2022-04-27

Breaking changes:

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

New features:

Bugfixes:

Other improvements:

v3.0.0 - 2021-02-26

Breaking changes:

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

New features:

Bugfixes:

Other improvements:

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

v2.0.0 - 2019-02-23

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

v1.0.0 - 2018-05-26

  • Initial release