Releases: Wizcorp/phonegap-plugin-wizAssets
Releases · Wizcorp/phonegap-plugin-wizAssets
v6.1.1
Patch
- Fix URL returned by
downloadFile
to be a local file://
URL when file is first downloaded (#22) [@jperdereau]
v6.1.0
Minor
- Use
HttpURLConnection
instead of deprecated DefaultHttpClient
[Tatsujinichi]
v6.0.0
Major
- Remove check for assets in bundle (iOS) [jrouault]
Minor
- Database keeping references on assets no longer needed, thus removed (Android) [jrouault]
Patch
- Optimize
getFileURI
(iOS) [jrouault]
v5.1.1
Patch
- Fix HTTP request errors returned as connectivity errors (iOS) [jrouault]
v5.1.0
Minor
- Add
initialize
API. This change is backward compatible as it currently only returns initialization state. [tbrebant]
- All files created by the plugin on Android are now placed in a proper subfolder inside the app cache directory, folder called
wizAssets
. [tbrebant]
- Database is not removed anymore when requesting the deletion of all assets in cache via
/
. [tbrebant]
- Fix paths problems when passing a file or directory with an uri starting with a slash. [tbrebant]
v5.0.0
Major
- Use NSURLSession to download files on iOS and update error returned for both iOS and Android [jrouault]
v4.0.2
Fixes
- Race condition error when trying to create an already existing directory (iOS)
v4.0.1
Fixes
- deleteFile failing if file didn't exist (Android)
v4.0.0
Major
- Asset id should be specified instead of local URL for
deleteFiles
Minor
Fixes
- Not using Cordova's thread pool for
downloadFile
(Android)
- Cursor not closed in
getFile
(Android)
v3.0
added copy db asset in plugin.xml