Skip to content

Releases: Amphiluke/cordova-plugin-save-dialog

v2.0.1

22 Dec 14:39
Compare
Choose a tag to compare

Minor update of the plugin’s documentation.

v2.0.0

29 Nov 11:38
Compare
Choose a tag to compare

Handle special case of large files (tens of MB). Thanks to @ct-lh (PR #2).

This release is made major as the plugin’s JS files now use async functions (so support of ES2017 is now required, which is kinda breaking change).

v1.1.1

18 Aug 15:53
Compare
Choose a tag to compare

Provide saved file’s URI as a promise fulfillment value (#1).

v1.0.0

07 Nov 16:52
Compare
Choose a tag to compare

Implement plugin functionality for iOS.

v0.1.1

26 Sep 14:47
Compare
Choose a tag to compare

Handle the case of OS-initiated destruction of the Cordova Activity in background and complete the Save operation on receiving the resume event.

v0.1.0

25 Sep 12:29
Compare
Choose a tag to compare

Initial release (implementation for Android).