Skip to content

Releases: itinance/react-native-fs

v2.4.0: Several improvements

02 Aug 20:22
Compare
Choose a tag to compare

Fix for Flow and additional Timeout parameters for downloadFile on Android

01 Jun 18:57
Compare
Choose a tag to compare
  • Fix flowtype of date object in ReadDirItem (#290)
  • [tvOS] Add target (#291)
  • Add pathForGroup method [iOS only] (#246)
  • added additional download input parameters readTimeout and connectionTimeout [Android only]
    (#301)

Hotfix for v2.3

28 Apr 08:54
Compare
Choose a tag to compare
v2.3.2

Fixes 'mtime' for Android, #287

Support assets-library and file-timestamps in readDir()

27 Apr 23:43
Compare
Choose a tag to compare
  • Access to iOS-based assets-library is now supported with copyAssetsFileIOS
  • readDir will return now creation- and modification-time of files as with stat() (thanks @Ignigena)

Support for React Native 0.40.0

10 Jan 16:32
Compare
Choose a tag to compare
Pre-release

This release adds React Native 0.40.0, which made a breaking change to iOS header import paths.

As a result this version of the library is now compatible with 0.40.0 and up.

Breaking changes in v2.x

10 Aug 19:38
Compare
Choose a tag to compare
Pre-release

Breaking changes in v2.x

  • Removed attributes from writeFile and appendFile for iOS / Android consistency
  • downloadFile takes options object rather than parameters
  • stopDownload will cause the rejection of promise returned by downloadFile
  • uploadFiles promise result response property is now body
  • A boolean is no longer returned from any method except exists
  • downloadFile and uploadFiles return an object of the form { jobId: number, promise: Promise }

Breaking changes in v2.x

02 Aug 19:19
Compare
Choose a tag to compare
Pre-release

Breaking changes in v2.x

  • Removed attributes from writeFile and appendFile for iOS / Android consistency
  • downloadFile takes options object rather than parameters
  • stopDownload will cause the rejection of promise returned by downloadFile
  • uploadFile promise result response property is now body
  • A boolean is no longer returned from any method except exists

1.5.1

06 Jun 11:30
Compare
Choose a tag to compare

Hotfix release due to a typo.

1.5.0

04 Jun 10:31
Compare
Choose a tag to compare
Bumped version to `1.5.0`

1.4.0

29 Apr 10:39
Compare
Choose a tag to compare
Merge pull request #78 from liuchungui/patch-1

Update README.md