Skip to content

Releases: purescript-web/purescript-web-clipboard

v6.0.0

Choose a tag to compare

@garyb garyb released this 12 Aug 13:47
5097a2f

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

Choose a tag to compare

@garyb garyb released this 26 Nov 20:22
9f90147

Breaking changes:

  • Migrated from web-promise to js-promise

v4.1.0

Choose a tag to compare

@garyb garyb released this 14 Jul 13:43
22ea3ad

New features:

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

v4.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 28 Apr 00:00
eded8dd

Breaking changes:

v3.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 21:13
24f845a

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

Choose a tag to compare

@garyb garyb released this 23 Feb 18:40

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

v1.0.0

Choose a tag to compare

@garyb garyb released this 26 May 23:46
281d20e

Initial release