Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Releases: purescript-deprecated/purescript-web-promise

v3.1.0

30 Jul 21:23
12a6657
Compare
Choose a tag to compare

New features:

v3.0.0

27 Apr 20:24
509afdd
Compare
Choose a tag to compare

Breaking changes:

v2.1.0

23 Jun 18:18
26ceb2e
Compare
Choose a tag to compare

New features:

  • Added toPromise and fromPromise helper functions to the LazyPromise module for convenient transformations between the Promise and LazyPromise types (#12 by @thomashoneyman)

v2.0.1

26 Feb 21:38
485ddf0
Compare
Choose a tag to compare

Bugfixes:

  • Updated package name from web-encoding in the bower.json file.

v2.0.0

26 Feb 21:34
f7524a9
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#6, #7)

New features:

  • Add roles declarations to allow safe coercions (#4)

Bugfixes:

  • Properly account for Promise flattening and add lazy boxing (#8)

Other improvements:

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

v1.0.3

30 Mar 23:48
95243a4
Compare
Choose a tag to compare

v1.0.2

14 Jan 21:48
2c84b58
Compare
Choose a tag to compare
  • Another FFI typo

v1.0.1

14 Jan 21:41
Compare
Choose a tag to compare
  • Fix typo in FFI.

v1.0.0

14 Jan 18:54
Compare
Choose a tag to compare

Initial release