Skip to content

Releases: purescript-web/purescript-web-xhr

v5.0.1

20 Mar 01:17
fbdd0d0
Compare
Choose a tag to compare

Bugfixes:

  • Passing Nothing for the filename parameter to appendBlob and setBlob has the effect of using the filename from the File object, rather than making filename equal to "null". (#23 by @fsoikin)

v5.0.0

27 Apr 23:57
476122f
Compare
Choose a tag to compare

Breaking changes:

v4.1.0

06 May 17:09
997b87c
Compare
Choose a tag to compare

New features:

Other improvements:

v4.0.0

26 Feb 21:12
f799550
Compare
Choose a tag to compare

Breaking changes:

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

New features:

  • Added roles declarations to forbid unsafe coercions (#7)
  • Can create a new FormData from HTMLFormElement (#15)

Bugfixes:

  • Access the "timeout" property instead of "statusText" in timeout (#12)

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#8)
  • Added a CHANGELOG.md file and pull request template (#13, #14)
  • Remove duplicated exports.lengthComputable (#16)

v3.0.2

18 Aug 13:56
ca6e7b3
Compare
Choose a tag to compare

Raised upper bound for purescript-web-dom

v3.0.1

02 Jun 17:06
eb1db72
Compare
Choose a tag to compare

Updated dependency ranges for compatibility with latest purescript-web-dom

v3.0.0

23 Feb 18:16
Compare
Choose a tag to compare

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

v2.0.0

25 May 14:54
c363e5d
Compare
Choose a tag to compare

Updated for PureScript 0.12

v1.1.0

17 Mar 17:23
bef0383
Compare
Choose a tag to compare
  • Added sendArrayView

v1.0.0

24 Dec 01:28
7275387
Compare
Choose a tag to compare

Initial release