Skip to content

Releases: purescript-web/purescript-web-clipboard

v6.0.0

12 Aug 13:47
5097a2f
Compare
Choose a tag to compare

Breaking changes:

  • clipboard now returns Effect (Maybe Clipboard) instead of Effect Clipboard, as the clipboard is not available in insecure contexts (#15 by @ysangkok)

v5.0.0

26 Nov 20:22
9f90147
Compare
Choose a tag to compare

Breaking changes:

  • Migrated from web-promise to js-promise

v4.1.0

14 Jul 13:43
22ea3ad
Compare
Choose a tag to compare

New features:

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

v4.0.0

28 Apr 00:00
eded8dd
Compare
Choose a tag to compare

Breaking changes:

v3.0.0

26 Feb 21:13
24f845a
Compare
Choose a tag to compare

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

23 Feb 18:40
Compare
Choose a tag to compare

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

v1.0.0

26 May 23:46
281d20e
Compare
Choose a tag to compare

Initial release