Skip to content

Releases: alferov/angular-file-saver

1.1.3

06 Jan 16:02
Compare
Choose a tag to compare
  • File-saver is updated to v1.3.3
  • Use npm (instead if github) to handle Blob.js as a dependency

1.1.2

05 Jul 17:03
Compare
Choose a tag to compare
  • Switch to the official FileSaver.js npm package

1.1.1

01 Apr 14:35
Compare
Choose a tag to compare
  • Update FileSaver.js

1.1.0

26 Feb 00:27
Compare
Choose a tag to compare
  • An issue with importing has been fixed (migrated to webpack)

1.0.3

07 Feb 04:35
Compare
Choose a tag to compare
  • Exports the module name

1.0.2

15 Dec 02:25
Compare
Choose a tag to compare
  • FileSaver.js updated

1.0.1

14 Nov 02:23
Compare
Choose a tag to compare
  • Minor readme fixes

1.0.0

28 Oct 02:15
Compare
Choose a tag to compare

API has changed.
Since v1.0.0 FileSaver.saveAs accepts the following arguments(instead of a single object):

  • data Blob: a Blob instance;
  • filename String: Custom filename (extension is optional);
  • disableAutoBOM Boolean: (optional) Disable automatically provided Unicode text encoding hints;

0.7.1

16 Oct 00:44
Compare
Choose a tag to compare
:octocat: Bump to 0.7.1

0.7.0

10 Oct 22:33
Compare
Choose a tag to compare
Tag: 0.7.0