Skip to content

Commit 5e2b9ad

Browse files
committed
v2.17
1 parent 5cc8afd commit 5e2b9ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## Changes for v2.17
4+
5+
- #938 Manually flush & invalidate session upon completion
6+
- #954 Switch to using channels for byte copying.
7+
- #962 Size limit with copyAssetsVideoIOS
8+
- #963 Add basic support for Android content URIs in stat
9+
- #972 Manually flush & invalidate completed session
10+
- #974 Add content for copyAssetsFileIOS method
11+
- #975 Fix copyAssetsFileIOS's image resizing option to resize to exact width and height
12+
- #985 README.md: clarify usage of readFileRes
13+
- #986 macOS support
14+
315
## Changes for v2.16
416
- #797 Added path to the Android download folder
517
- #842 Fixes #811 Concurrent downloads send progress updates to all progress callbacks

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.16.6",
3+
"version": "2.17.0",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)