Releases: purescript-web/purescript-web-clipboard
Releases · purescript-web/purescript-web-clipboard
v6.0.0
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
Breaking changes:
- Migrated from
web-promise
to js-promise
v4.1.0
New features:
- Added partial
Clipboard
interface implementation with readText
and writeText
operations (#11 by @garyb)
v3.0.0
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
Bumped -web-events
dependency, Event.defaultPrevented
is now effectful.