Skip to content

Releases: purescript-web/purescript-web-file

v4.0.0

27 Apr 23:26
023786a
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v3.0.0

26 Feb 21:01
3e42263
Compare
Choose a tag to compare

Breaking changes:

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

New features:

Bugfixes:

Other improvements:

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

v2.3.0

07 Dec 16:02
Compare
Choose a tag to compare

v2.2.0

12 Sep 23:23
2c2df4e
Compare
Choose a tag to compare

Added items for unfolding a FileList (@BebeSparkelSparkel)

v2.1.2

18 Aug 13:46
9695676
Compare
Choose a tag to compare

Raised upper bound for purescript-web-dom

v2.1.1

02 Jun 16:47
5245d62
Compare
Choose a tag to compare

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

v2.1.0

06 May 19:33
2dc1eee
Compare
Choose a tag to compare

Add missing error export for FileReader (@liff)

v2.0.0

23 Feb 18:09
Compare
Choose a tag to compare

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

v1.2.0

29 Jan 15:29
d6aa1ae
Compare
Choose a tag to compare

Added some constructors for Blob (@kritzcreek)

v1.1.0

26 Nov 12:27
a5f4266
Compare
Choose a tag to compare

Added createObjectURL / revokeObjectURL functions (@btrepp)