V2.9.1
This commit is contained in:
parent
84ca38c816
commit
3c37655c88
|
@ -4,6 +4,8 @@ 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)
|
||||
- (ANdroid only) getAllExternalFilesDirs() added by [ngrj](https://github.com/ngrj)
|
||||
- Content URI support [#395](https://github.com/itinance/react-native-fs/pull/395) by [krzysztof-miemiec](https://github.com/krzysztof-miemiec)
|
||||
|
||||
## 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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-native-fs",
|
||||
"version": "2.9.0",
|
||||
"version": "2.9.1",
|
||||
"description": "Native filesystem access for react-native",
|
||||
"main": "FS.common.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue