expo-file-system
Advanced tools
Comparing version 12.0.0 to 13.0.0
@@ -13,2 +13,17 @@ # Changelog | ||
## 13.0.0 — 2021-09-28 | ||
### 🛠 Breaking changes | ||
- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach)) | ||
### 🐛 Bug fixes | ||
- `getFreeDiskStorageAsync` now correctly reports free disk space on iOS. ([#14279](https://github.com/expo/expo/pull/14279) by [mickmaccallum](https://github.com/mickmaccallum)) | ||
- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo)) | ||
### 💡 Others | ||
- Updated `@expo/config-plugins` ([#14443](https://github.com/expo/expo/pull/14443) by [@EvanBacon](https://github.com/EvanBacon)) | ||
## 12.0.0 — 2021-09-08 | ||
@@ -15,0 +30,0 @@ |
{ | ||
"name": "expo-file-system", | ||
"version": "12.0.0", | ||
"version": "13.0.0", | ||
"description": "Provides access to the local file system on the device.", | ||
@@ -38,4 +38,4 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@expo/config-plugins": "^3.0.0", | ||
"expo-modules-core": "~0.3.0", | ||
"@expo/config-plugins": "^3.1.0", | ||
"expo-modules-core": "~0.4.0", | ||
"uuid": "^3.4.0" | ||
@@ -45,5 +45,5 @@ }, | ||
"expo-module-scripts": "^2.0.0", | ||
"jest-expo": "~42.0.0" | ||
"jest-expo": "~43.0.0-beta.0" | ||
}, | ||
"gitHead": "fe23a511edf816a3fea58d74856c2749a9de1463" | ||
"gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1475015
+ Addedexpo-modules-core@0.4.10(transitive)
- Removedexpo-modules-core@0.3.2(transitive)
Updated@expo/config-plugins@^3.1.0
Updatedexpo-modules-core@~0.4.0