This commit is contained in:
Hagen Hübel 2017-12-10 14:16:22 +01:00
parent 50090489db
commit 8049b124b3
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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": {