V2.9.0
This commit is contained in:
parent
50090489db
commit
8049b124b3
|
@ -2,6 +2,9 @@
|
|||
|
||||
Native filesystem access for react-native
|
||||
|
||||
## Changes for v2.9
|
||||
- (iOS only) Resumable downloads and better background downloads handling [#335](https://github.com/itinance/react-native-fs/pull/335) by [ptelad](https://github.com/ptelad)
|
||||
|
||||
## Changes for v2.8
|
||||
- Fix for [#346](https://github.com/itinance/react-native-fs/pull/347): compressed file assets are detected as directories thx to [jacargentina](https://github.com/jacargentina)
|
||||
- added support for Video-Assets on iOS (copyAssetsVideoIOS) and setReadable() on Android by [itinance](https://github.com/itinance)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-native-fs",
|
||||
"version": "2.8.5",
|
||||
"version": "2.9.0",
|
||||
"description": "Native filesystem access for react-native",
|
||||
"main": "FS.common.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue