File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## Changes for v2.14
4
13
- #718 Add tvOS deployment target to podspec
5
14
- #710 Added existsRes function to Android
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-fs" ,
3
- "version" : " 2.14.1 " ,
3
+ "version" : " 2.15.0 " ,
4
4
"description" : " Native filesystem access for react-native" ,
5
5
"main" : " FS.common.js" ,
6
6
"typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments