Releases: alferov/angular-file-saver
Releases · alferov/angular-file-saver
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
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;