cordova-plugin-ionic
Advanced tools
Comparing version 4.0.1 to 4.1.0
Changelog | ||
====== | ||
## 4.1.0 | ||
* Added support for partial downloads. | ||
## 4.0.1 | ||
* Fixed a bug where `deleteVersion` would errorwhen called. | ||
* Fixed a bug where `deleteVersion` would errorwhen called. (PR #63) | ||
# 4.0.0 | ||
* Removed some extraneous plugin result calls | ||
* Removed some extraneous plugin result calls. | ||
* **BREAKING** Unified all API functions to return `true` on success. | ||
@@ -89,2 +93,2 @@ | ||
* Added background download flags and changed `AUTO_UPDATE` config to `UPDATE_METHOD` | ||
* Added background download flags and changed `AUTO_UPDATE` config to `UPDATE_METHOD` |
{ | ||
"name": "cordova-plugin-ionic", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"cordova": { | ||
@@ -14,3 +14,3 @@ "id": "cordova-plugin-ionic", | ||
"cordovaDependencies": { | ||
"4.0.1": { "cordova-plugin-splashscreen": ">=5.0.1" }, | ||
"4.1.0": { "cordova-plugin-splashscreen": ">=5.0.1" }, | ||
"3.1.3": { "cordova-plugin-splashscreen": ">=5.0.1" }, | ||
@@ -17,0 +17,0 @@ "2.0.4": { "cordova-plugin-splashscreen": ">=4.0.0" } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
895729