Skip to content

Commit d2718db

Browse files
committed
v2.15.0
1 parent a77e79a commit d2718db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Changes for v2.15
4+
- #717 bugfix #443: Add option progressInterval for downloadFile
5+
- #783 Import RCTImageLoaderProtocol instead of RCTImageLoader to fix iOS build on RN>0.60
6+
- #759 Fix for issue #749: RNFS.uploadFiles upload raw not multipart
7+
- #728 Correctly read binaryStreamOnly param
8+
- #752 Fix Xcode and Java deprecation warnings
9+
- #779 Add conditional comments around methods not supported in Mac Catalyst
10+
- #736 Added support for ph:// uris to copyAssetsFileIOS
11+
312
## Changes for v2.14
413
- #718 Add tvOS deployment target to podspec
514
- #710 Added existsRes function to Android

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs",
3-
"version": "2.14.1",
3+
"version": "2.15.0",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)